The number of days after which all active alerts are resolved when the alert source is health. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim value As Setting(Of Integer)

value = AlertResolution.HealthyAlertAutoResolveDays

Syntax

Visual Basic
Public Shared ReadOnly HealthyAlertAutoResolveDays As Setting(Of Integer)
C#
public static readonly Setting<int> HealthyAlertAutoResolveDays
C++
public:
static initonly Setting<int>^ HealthyAlertAutoResolveDays
J#
public static final Setting<int> HealthyAlertAutoResolveDays
JScript
public static final var HealthyAlertAutoResolveDays : 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