DistributorEventLogger.EventSource Property
Name of the Windows service.
Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.MsmqDistributor.Instrumentation
Assembly: MsmqDistributor (in MsmqDistributor.exe)
Syntax
'Declaration
Public Property EventSource As String
public string EventSource { get; set; }
public:
property String^ EventSource {
String^ get ();
void set (String^ value);
}
public function get EventSource () : String
public function set EventSource (value : String)
See Also
Microsoft.Practices.EnterpriseLibrary.Logging.MsmqDistributor.Instrumentation Namespace