Defines the number of days to keep job status 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.JobStatusDaysToKeep

Syntax

Visual Basic
Public Shared ReadOnly JobStatusDaysToKeep As Setting(Of Byte)
C#
public static readonly Setting<byte> JobStatusDaysToKeep
C++
public:
static initonly Setting<unsigned char>^ JobStatusDaysToKeep
J#
public static final Setting<byte> JobStatusDaysToKeep
JScript
public static final var JobStatusDaysToKeep : 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