Defines values for site types. The values correspond to the values for the Type property in the Configuration Manager 2007 site configuration SMS_Site Server WMI Class. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As SiteType

Syntax

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

Members

Member name Description
Primary See the PRIMARY value for Type in SMS_Site Server WMI Class.
Secondary See the SECONDARY value for Type in SMS_Site Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also