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