PersistentChatUser.IsDisabled Property

Definition

Gets a value indicating whether this user is disabled. A user cannot be deleted. However, the user can be disabled; when disabled, the user is not permitted to connect to the persistent chat server or join chat rooms.

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