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

Usage

Visual Basic
Dim instance As SiteControlFileType

Syntax

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

Members

Member name Description
Actual See the ACTUAL value for FileType in SMS_SiteControlFile Server WMI Class.
Empty Deprecated.
LocalTransactions Deprecated.
Proposed See the PROPOSED value for FileType in SMS_SiteControlFile Server WMI Class.
Transactions Deprecated.
Xstyle Deprecated.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also