Share via


MonitoringAlert.Severity Property

Definition

The severity of the alert.

public:
 property Microsoft::EnterpriseManagement::Configuration::ManagementPackAlertSeverity Severity { Microsoft::EnterpriseManagement::Configuration::ManagementPackAlertSeverity get(); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public Microsoft.EnterpriseManagement.Configuration.ManagementPackAlertSeverity Severity { get; }
member this.Severity : Microsoft.EnterpriseManagement.Configuration.ManagementPackAlertSeverity
Public ReadOnly Property Severity As ManagementPackAlertSeverity

Property Value

Returns a ManagementPackAlertSeverity enumeration value.

Attributes

Examples

For an example, see How to Display Operations Manager Data.

Remarks

The severity is set when the Alert is generated.

Applies to