Disabled |
Scroll |
Gets or sets whether the user is disabled or not.
Namespace: Therefore.API
Visual Basic Public Overridable Property Disabled As Boolean C# public virtual bool Disabled { get; set; }
Property ValueTrue if the user is disabled. False if the user is enabled. |