| DbVersionedDataVersionUuid Property |
Gets or sets the server version UUID, this is used to ensure that the version on a server
equals the version here
Namespace:
SanteDB.DisconnectedClient.SQLite.Model
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public byte[] VersionUuid { get; set; }
Public Property VersionUuid As Byte()
Get
Set
public:
property array<unsigned char>^ VersionUuid {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member VersionUuid : byte[] with get, set
Property Value
Type:
ByteThe version UUID.
See Also