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