Gets/sets whether the user is disabled
Disabled users cannot login until re-enabled
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax bool Disabled { get; set; }
Property Disabled As Boolean
Get
Set
property bool Disabled {
bool get ();
void set (bool value);
}
abstract Disabled : bool with get, set
Property Value
Type:
BooleanImplements
IReadonlyUserDisabledSee Also