| DbSecurityPolicyHandler Property |
Gets or sets the handler.
Namespace:
SanteDB.DisconnectedClient.SQLite.Model.Security
Assembly:
SanteDB.DisconnectedClient.SQLite (in SanteDB.DisconnectedClient.SQLite.dll) Version: 2.2.1
Syntax public string Handler { get; set; }
Public Property Handler As String
Get
Set
public:
property String^ Handler {
String^ get ();
void set (String^ value);
}
member Handler : string with get, set
Property Value
Type:
StringThe handler.
See Also