|
UserAccountLockedOut Property
|
User locked-out field.
Namespace: GSF.Security.ModelAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.246-beta
Syntax<LabelAttribute("Locked Out")>
Public Property LockedOut As Boolean
Get
Set
public:
[LabelAttribute(L"Locked Out")]
property bool LockedOut {
bool get ();
void set (bool value);
}
[<LabelAttribute("Locked Out")>]
member LockedOut : bool with get, set
function get_LockedOut();
function set_LockedOut(value);
View SourceProperty Value
Boolean
See Also