The number of days after which all active alerts are resolved in the new resolution state. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim value As Setting(Of Integer)

value = AlertResolution.AlertAutoResolveDays

Syntax

Visual Basic
Public Shared ReadOnly AlertAutoResolveDays As Setting(Of Integer)
C#
public static readonly Setting<int> AlertAutoResolveDays
C++
public:
static initonly Setting<int>^ AlertAutoResolveDays
J#
public static final Setting<int> AlertAutoResolveDays
JScript
public static final var AlertAutoResolveDays : Setting<int>

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