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