| DbSecurityDeviceLastAuthTime Property |
Last authentication time
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Security
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public DateTime? LastAuthTime { get; set; }
Public Property LastAuthTime As DateTime?
Get
Set
public:
property Nullable<DateTime> LastAuthTime {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
member LastAuthTime : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeSee Also