|
UserDataIsDisabled Property
|
Gets a boolean value that indicates whether the user account has been disabled.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.248-beta
Syntax[XmlElementAttribute]
[DataMemberAttribute(Order = 13)]
public bool IsDisabled { get; set; }
<XmlElementAttribute>
<DataMemberAttribute(Order := 13)>
Public Property IsDisabled As Boolean
Get
Set
public:
[XmlElementAttribute]
[DataMemberAttribute(Order = 13)]
property bool IsDisabled {
bool get ();
void set (bool value);
}
[<XmlElementAttribute>]
[<DataMemberAttribute(Order = 13)>]
member IsDisabled : bool with get, set
function get_IsDisabled();
function set_IsDisabled(value);
View SourceProperty Value
Boolean
See Also