|  | DbObservationSubTableUuid Property  | 
 
            Gets or sets the uuid pointing to the act
            
 
    Namespace: 
   SanteDB.DisconnectedClient.SQLite.Model
    Assembly:
   SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
 Syntax
Syntaxpublic override byte[] Uuid { get; set; }Public Overrides Property Uuid As Byte()
	Get
	Set
public:
virtual property array<unsigned char>^ Uuid {
	array<unsigned char>^ get () override;
	void set (array<unsigned char>^ value) override;
}abstract Uuid : byte[] with get, set
override Uuid : byte[] with get, set
Property Value
Type: 
Byte See Also
See Also