| SQLitePrincipalExpires Property |
Expiration time
Namespace:
SanteDB.DisconnectedClient.SQLite.Security
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public DateTime Expires { get; set; }
Public Property Expires As DateTime
Get
Set
public:
property DateTime Expires {
DateTime get ();
void set (DateTime value);
}
member Expires : DateTime with get, set
Property Value
Type:
DateTimeSee Also