AuthenticationRequiredEventArgsUser Property |
Gets the user name as supplied by the browser.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string User { get; }
Public ReadOnly Property User As String
Get
public:
property String^ User {
String^ get ();
}
member User : string with get
Property Value
Type:
StringSee Also