| 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; }
Public Property DataFileKey As String
Get
Set
public:
virtual property String^ DataFileKey {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract DataFileKey : string with get, set
override DataFileKey : string with get, set
Property Value
Type:
StringThe data.
Implements
ISynchronizationQueueEntryDataFileKeySee Also