Defines monitoring alert resolution states. Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim instance As SystemMonitoringAlertResolutionState

Syntax

Visual Basic
<SerializableAttribute> _
Public Enumeration SystemMonitoringAlertResolutionState
C#
[SerializableAttribute] 
public enum SystemMonitoringAlertResolutionState
C++
[SerializableAttribute] 
public enum class SystemMonitoringAlertResolutionState
J#
/** @attribute SerializableAttribute() */ 
public enum SystemMonitoringAlertResolutionState
JScript
SerializableAttribute 
public enum SystemMonitoringAlertResolutionState

Members

Member name Description
New The alert is new.
Resolved The alert is resolved.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also