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