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