|  | DbConceptSetOid Property  | 
 
            Gets or sets the oid of the concept set
            
 
    Namespace: 
   SanteDB.DisconnectedClient.SQLite.Model.Concepts
    Assembly:
   SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
 Syntax
Syntaxpublic string Oid { get; set; }Public Property Oid As String
	Get
	Set
public:
property String^ Oid {
	String^ get ();
	void set (String^ value);
}member Oid : string with get, set
Property Value
Type: 
String See Also
See Also