Defines values for package share types. The values correspond to the values for the ShareType 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 PackageShareType

Syntax

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

Members

Member name Description
ShareCommon See the SHARE_COMMON value for ShareType in SMS_PackageBaseclass Server WMI Class.
ShareSpecific See the SHARE_SPECIFIC value for ShareType in SMS_PackageBaseclass Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also