Indicates that OfflineImage could not be associated with the answer file. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim returnValue As AnswerFileValidationResultCode
returnValue = CpiResultCode.CannotDetermineOfflineImageInAnswerFile

Dim sampleValue As AnswerFileValidationResultCode
CpiResultCode.CannotDetermineOfflineImageInAnswerFile = sampleValue

Syntax

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

Platforms

Development Platforms

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

Target Platforms

See Also