| ResponseSentEventArgsUserName Property  | 
            Gets the name of the authenticated user that made the request, if any.
            
 
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string UserName { get; }Public ReadOnly Property UserName As String
	Get
public:
property String^ UserName {
	String^ get ();
}member UserName : string with get
Property Value
Type: 
String
See Also