Click or drag to resize
ChatUserInfoChatUserUserID Property
Gets or sets Chat User ID - Foreign key. Null if user is anonymous (does not have any CMS User assigned).

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

Property Value

Type: NullableInt32
See Also