Defines the number of days to keep state change event data. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim value As Setting(Of Byte)

value = PartitioningAndGroomingSettings.StateChangeEventDaysToKeep

Syntax

Visual Basic
Public Shared ReadOnly StateChangeEventDaysToKeep As Setting(Of Byte)
C#
public static readonly Setting<byte> StateChangeEventDaysToKeep
C++
public:
static initonly Setting<unsigned char>^ StateChangeEventDaysToKeep
J#
public static final Setting<byte> StateChangeEventDaysToKeep
JScript
public static final var StateChangeEventDaysToKeep : Setting<byte>

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