ChatRoom.IsDisabled Property

Definition

Gets a value indicating whether this chat room is disabled. Once created, a chat room cannot be deleted. However, it can be disabled; disabling a chat room prevents users from joining the chat room, or reading the chat history.

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

Property Value

true if this instance is disabled; otherwise, false.

Applies to