Property used to set the Application name.  This appears in the
            event logs when logging.
            
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
public string ApplicationName { get; set; }public string ApplicationName { get; set; }Public Property ApplicationName As String 
	Get 
	Set
Public Property ApplicationName As String 
	Get 
	Set
public:
property String^ ApplicationName {
	String^ get ();
	void set (String^ value);
}public:
property String^ ApplicationName {
	String^ get ();
	void set (String^ value);
}Property Value
Type: 
 String
String
            The string used to distinguish events from different sources.
            
            Sets the event log source property.