Indicates that the answer file is not associated with a Windows image. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim returnValue As AnswerFileValidationResultCode
returnValue = CpiResultCode.NoOfflineImageInAnswerFile

Dim sampleValue As AnswerFileValidationResultCode
CpiResultCode.NoOfflineImageInAnswerFile = sampleValue

Syntax

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

Platforms

Development Platforms

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

Target Platforms

See Also