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

Usage

Visual Basic
Dim instance As PackageFlags

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration PackageFlags
C#
[FlagsAttribute] 
public enum PackageFlags
C++
[FlagsAttribute] 
public enum class PackageFlags
J#
/** @attribute FlagsAttribute() */ 
public enum PackageFlags
JScript
FlagsAttribute 
public enum PackageFlags

Members

Member name Description
BinaryDeltaReplication See the USE_BINARY_DELTA_REP value for PkgFlags in SMS_PackageBaseclass Server WMI Class.
DistributeOnDemand See the DISTRIBUTE_ON_DEMAND value for PkgFlags in SMS_PackageBaseclass Server WMI Class.
DoNotDownload See the DO_NOT_DOWNLOAD value for PkgFlags in SMS_PackageBaseclass Server WMI Class.
PersistInCache See the PERSIST_IN_CACHE value for PkgFlags in SMS_PackageBaseclass Server WMI Class.
UseSpecialMif See the USE_SPECIAL_MIF value for PkgFlags in SMS_PackageBaseclass Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also