Defines values for package status type. The values correspond to the values for the Type property in the Configuration Manager 2007 software distribution SMS_PackageStatus Server WMI Class. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As PackageStatusType

Syntax

Visual Basic
Public Enumeration PackageStatusType
C#
public enum PackageStatusType
C++
public enum class PackageStatusType
J#
public enum PackageStatusType
JScript
public enum PackageStatusType

Members

Member name Description
Copy See the COPY value for Type in SMS_PackageStatus Server WMI Class.
Master See the MASTER value for Type in SMS_PackageStatus Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also