| TickleExpiry Property |
Gets or sets the expiration of the tickle
Namespace:
SanteDB.DisconnectedClient.Tickler
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public DateTime Expiry { get; set; }
Public Property Expiry As DateTime
Get
Set
public:
property DateTime Expiry {
DateTime get ();
void set (DateTime value);
}
member Expiry : DateTime with get, set
Property Value
Type:
DateTimeSee Also