MonitoringEvent.Number Property
Applies To: Operations Manager for System Center 2012
Gets the number of the event.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public int Number { get; }
public:
property int Number {
int get();
}
member Number : int with get
Public ReadOnly Property Number As Integer
Property Value
Type: System.Int32
Returns a Int32 number of the event.
See Also
MonitoringEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top