| DbPlaceServiceServiceConceptUuid Property |
Gets or sets the service concept
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Entities
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public byte[] ServiceConceptUuid { get; set; }
Public Property ServiceConceptUuid As Byte()
Get
Set
public:
property array<unsigned char>^ ServiceConceptUuid {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member ServiceConceptUuid : byte[] with get, set
Property Value
Type:
ByteSee Also