AlertSeverity Enumeration
Represents the possible values for the severity of an alert.
public enum AlertSeverity
Remarks
| Value | Name |
|---|---|
| 10 | Success |
| 20 | Information |
| 30 | Warning |
| 40 | Error |
| 50 | CriticalError |
| 60 | SecurityIssue |
| 70 | ServiceUnavailable |
| 255 | Unknown |
Requirements
Platforms: Requires Windows 2000 Server or later
Version: Requires MOM 2005 or later
Namespace: Microsoft.EnterpriseManagement.Mom
Assembly: MOM.Context (in MOM.Context.dll)
See Also
RuntimeAlert.Severity Property | CustomAlert.Severity Property
Show: