| TickleCreated Property |
The time the tickle was created
Namespace:
SanteDB.DisconnectedClient.Tickler
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public DateTime Created { get; set; }
Public Property Created As DateTime
Get
Set
public:
property DateTime Created {
DateTime get ();
void set (DateTime value);
}
member Created : DateTime with get, set
Property Value
Type:
DateTimeSee Also