Click or drag to resize

SynchronizationQueueEntryCreationTime Property

Creation time of the queue item

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

Property Value

Type: DateTime
The creation time.

Implements

ISynchronizationQueueEntryCreationTime
See Also