Indicates that the configuration pass does not apply to the specified setting. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim returnValue As AnswerFileValidationResultCode
returnValue = CpiResultCode.InvalidConfigurationPass

Dim sampleValue As AnswerFileValidationResultCode
CpiResultCode.InvalidConfigurationPass = sampleValue

Syntax

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

Platforms

Development Platforms

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

Target Platforms

See Also