The setting is deprecated. This setting still exists but may be deleted in a future release. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim returnValue As AnswerFileValidationResultCode
returnValue = CpiResultCode.SettingDeprecated

Dim sampleValue As AnswerFileValidationResultCode
CpiResultCode.SettingDeprecated = sampleValue

Syntax

Visual Basic
Public Shared ReadOnly SettingDeprecated As AnswerFileValidationResultCode
C#
public static readonly AnswerFileValidationResultCode SettingDeprecated;
C++
public:
static initonly AnswerFileValidationResultCode^ SettingDeprecated;
J#
public static AnswerFileValidationResultCode SettingDeprecated;
JScript
public static var SettingDeprecated : AnswerFileValidationResultCode;

Remarks

As Windows features change over time, settings may become deprecated.


Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Vista, and Windows 2000

Target Platforms

See Also