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

Usage

Visual Basic
Dim instance As SiteDefinitionType

Syntax

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

Members

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

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also