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