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