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