WebServerSettingsBasicAuthenticationUser Property |
Gets or sets the user for basic authentication.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string BasicAuthenticationUser { get; set; }
Public Property BasicAuthenticationUser As String
Get
Set
public:
property String^ BasicAuthenticationUser {
String^ get ();
void set (String^ value);
}
member BasicAuthenticationUser : string with get, set
Property Value
Type:
StringRemarks See Also