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