| DbSecurityDeviceLockout Property |
Gets or sets a value indicating whether this object is ocked
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Security
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public 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