Click or drag to resize

SynchronizationQueueEntryDataFileKey Property

Gets or sets the serialized data which is to be sent to the service (XML)

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

Property Value

Type: String
The data.

Implements

ISynchronizationQueueEntryDataFileKey
See Also