| SearchTermEntityKey Property |
Key of the association
Namespace:
SanteDB.DisconnectedClient.SQLite.Search.Model
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public byte[] Key { get; set; }
Public Property Key As Byte()
Get
Set
public:
property array<unsigned char>^ Key {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member Key : byte[] with get, set
Property Value
Type:
ByteSee Also