| DbIdentifiedUuid Property |
Gets or sets the universal identifier for the object
Namespace:
SanteDB.DisconnectedClient.SQLite.Model
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public virtual byte[] Uuid { get; set; }
Public Overridable Property Uuid As Byte()
Get
Set
public:
virtual property array<unsigned char>^ Uuid {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
abstract Uuid : byte[] with get, set
override Uuid : byte[] with get, set
Property Value
Type:
ByteSee Also