Click or drag to resize

SynchronizationQueueEntryData Property

Gets or sets the actual data object

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

Property Value

Type: IdentifiedData

Implements

ISynchronizationQueueEntryData
See Also