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