Click or drag to resize

DbMaterialQueryResultExpiryDate Property

Gets or sets the expiry date.

Namespace:  SanteDB.DisconnectedClient.SQLite.Model.Entities
Assembly:  SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax
public DateTime ExpiryDate { get; set; }

Property Value

Type: DateTime
The expiry date.
See Also