Represents the permanence of a package. Namespace: Microsoft.ComponentStudio.ComponentPlatformInterface
Assembly: Microsoft.ComponentStudio.ComponentPlatformInterface (in microsoft.componentstudio.componentplatforminterface.dll)

Usage

Visual Basic
Dim permanenceType1 As PermanenceType = PermanenceType.Permanent

Syntax

Visual Basic
Public Enum PermanenceType
C#
public enum PermanenceType
C++
public enum class PermanenceType
J#
public enum PermanenceType
JScript
public enum PermanenceType

Members

Member name Description
Permanent Marks the installation of the package as non-removable.
Removable Marks the installation of the package as removable.
Temporary This type is deprecated and should not be used. Instances of this type are considered the equivalent of Removable.

Platforms

Development Platforms

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

Target Platforms

See Also