Click or drag to resize
SupportRoomTakenByChatUserID Property
Id of chat user who took this room (so this user is now providing support in this room). If null, room is not taken and should be displayed to everybody.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public Nullable<int> TakenByChatUserID { get; set; }

Property Value

Type: NullableInt32
See Also