Retrieves the release type of the package. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim package1 As Package

Dim returnValue As PackageReleaseType
returnValue = package1.ReleaseType

Dim sampleValue As PackageReleaseType
package1.ReleaseType = sampleValue

Syntax

Visual Basic
Public Property ReleaseType() As PackageReleaseType
C#
public PackageReleaseType ReleaseType {get; set;}
C++
public:
property PackageReleaseType ReleaseType {
		PackageReleaseType get();
protected:
		void set(PackageReleaseType value);
}
J#
public PackageReleaseType get_ReleaseType();
public void set_ReleaseType(PackageReleaseType);
JScript
public function get ReleaseType() : PackageReleaseType;
public function set ReleaseType(PackageReleaseType);

Property Value

The release type of the package.

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