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