Edit

Share via


ChatRoomInformation.IsDisabled Property

Definition

Gets or sets 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(); void set(bool value); };
public bool IsDisabled { get; set; }
member this.IsDisabled : bool with get, set
Public Property IsDisabled As Boolean

Property Value

true if this instance is disabled; otherwise, false.

Applies to