MonitoringEvent.EventSource Property
Namespace: Microsoft.Exchange.Monitoring
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Public ReadOnly Property EventSource As String
Get
'Usage
Dim instance As MonitoringEvent
Dim value As String
value = instance.EventSource
public string EventSource { get; }
Property Value
Type: System.String
See Also