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