Retrieves the name of the offline Windows image. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim offlineImageInfo1 As OfflineImageInfo

Dim returnValue As String
returnValue = offlineImageInfo1.ImageName

Syntax

Visual Basic
Public MustOverride ReadOnly Property ImageName() As String
C#
public abstract string ImageName {get;}
C++
public:
property virtual String^ ImageName {
		String^ get();
}
J#
public abstract System.String get_ImageName();
JScript
public abstract function get ImageName() : String;

Property Value

The name of the offline Windows image.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also