| SynchronizationLogEntryUuid Property |
The unique identifier for the summary
Namespace:
SanteDB.DisconnectedClient.SQLite.Synchronization.Model
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public byte[] Uuid { get; set; }
Public Property Uuid As Byte()
Get
Set
public:
property array<unsigned char>^ Uuid {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Uuid : byte[] with get, set
Property Value
Type:
ByteSee Also