LoggingEvent.UserNameProperty Field
					
      
     
    
       The key into the Properties map for the user name value. 
      
        [Visual Basic]
        Public Const UserNameProperty As 
String = "log4net:UserName"
 
      
        [C#]
        public const 
string UserNameProperty = "log4net:UserName";
 
      
      
      Remarks
      
        Missing <remarks> documentation for F:log4net.Core.LoggingEvent.UserNameProperty
      
      See Also
      
        LoggingEvent Class | log4net.Core Namespace