Click or drag to resize
RoomOnlineUserDataIsAnonymous Property
Gets IsAnonymous state of this user. True if user is anonymous (has not cms user associated with it).

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 8.2.23
Syntax
C#
public bool IsAnonymous { get; set; }

Property Value

Type: Boolean
See Also