| TargetedConfigurationViewModelUserName Property |
The user to authenticate as
Namespace:
SanteDB.DisconnectedClient.Ags.Model
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax public 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:
StringSee Also