Click or drag to resize
ChatRoomUserInfoChatRoomUserLeaveTime Property
DateTime when user left the room. If set to null, user is online.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public virtual Nullable<DateTime> ChatRoomUserLeaveTime { get; set; }

Property Value

Type: NullableDateTime
See Also