Click or drag to resize

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; }

Property Value

Type: Byte
The version UUID.
See Also