Defines values for package priority. The values correspond to the values for the Priority property in the Configuration Manager 2007 software distribution SMS_PackageBaseclass Server WMI Class and SMS_Advertisement Server WMI Class. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As PackagePriority

Syntax

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

Members

Member name Description
High See the HIGH value for Priority in SMS_Advertisement Server WMI Class.
Low See the LOW value for Priority in SMS_Advertisement Server WMI Class.
Normal See the NORMAL value for Priority in SMS_Advertisement Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also