MonitoringEvent.Level Property
Applies To: Operations Manager for System Center 2012
Gets the level of the event, based on the event publisher.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public string Level { get; }
public:
property String^ Level {
String^ get();
}
member Level : string with get
Public ReadOnly Property Level As String
Property Value
Type: System.String
Returns a String that contains the level of the event.
See Also
MonitoringEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top