Click or drag to resize
SupportPingResponseDataOnlineSupportChatUserID Property
ID of current chat user logged in to support. Null if support is offline.

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

Property Value

Type: NullableInt32
See Also