Defines the number of days to keep performance signature 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.PerformanceSignatureDaysToKeep

Syntax

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