| DbMaterialIsAdministrative Property |
Gets or sets a value indicating whether this instance is administrative.
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Entities
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public bool IsAdministrative { get; set; }
Public Property IsAdministrative As Boolean
Get
Set
public:
property bool IsAdministrative {
bool get ();
void set (bool value);
}
member IsAdministrative : bool with get, set
Property Value
Type:
Booleantrue if this instance is administrative; otherwise,
false.
See Also