|  | DbSecurityUserLockout Property  | 
 
            Gets or sets a value indicating whether this 
DbSecurityUser lockout enabled.
            
 
    Namespace: 
   SanteDB.DisconnectedClient.SQLite.Model.Security
    Assembly:
   SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
 Syntax
Syntaxpublic DateTime? Lockout { get; set; }Public Property Lockout As DateTime?
	Get
	Set
public:
property Nullable<DateTime> Lockout {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}member Lockout : Nullable<DateTime> with get, set
Property Value
Type: 
NullableDateTimetrue if lockout enabled; otherwise, 
false.
 See Also
See Also