|  | DbConceptIsSystemConcept Property  | 
 
            Gets or sets whether the object is a system concept or not
            
 
    Namespace: 
   SanteDB.DisconnectedClient.SQLite.Model.Concepts
    Assembly:
   SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
 Syntax
Syntaxpublic bool IsSystemConcept { get; set; }Public Property IsSystemConcept As Boolean
	Get
	Set
public:
property bool IsSystemConcept {
	bool get ();
	void set (bool value);
}member IsSystemConcept : bool with get, set
Property Value
Type: 
Boolean See Also
See Also