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

Usage

Visual Basic
Dim instance As SiteControlItemFileType

Syntax

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

Members

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

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also