ChatRoomSession.CanChat Property

Definition

Gets a Boolean value indicating whether the current user can chat. If IsAuditorium is true, the user must have the Presenter permission to chat.

public:
 property bool CanChat { bool get(); };
public bool CanChat { get; }
member this.CanChat : bool
Public ReadOnly Property CanChat As Boolean

Property Value

true if this user can chat; otherwise, false.

Applies to