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