ChatRoomSettings.IsDisabled Property

Definition

Gets or sets a value indicating whether this chat room is disabled.

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 (default).

Applies to