Click or drag to resize

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; }

Property Value

Type: NullableDateTime
true if lockout enabled; otherwise, false.
See Also