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