SMS_SiteControlItem Server WMI Class

The SMS_SiteControlItem Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the abstract base class for all site control item classes.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Syntax

Class SMS_SiteControlItem : SMS_BaseClass   
{  
     UInt32 FileType;  
     String ItemName;  
     String ItemType;  
     String SiteCode;  
};  

Methods

The SMS_SiteControlItem class does not define any methods.

Properties

FileType
Data type: UInt32

Access type: Read/Write

Qualifiers: [key, enumeration:ToSubClass]

The property is deprecated.

ItemName
Data type: String

Access type: Read-only

Qualifiers: [key, read]

Unique name identifying the site control item within items of the same type. The default value is "".

ItemType
Data type: String

Access type: Read-only

Qualifiers: [key, read]

Unique type of the site control item. The default value is "".

SiteCode
Data type: String

Access type: Read/Write

Qualifiers: [key, SizeLimit("3")]

Unique three-letter site code identifying the site. The default value is "".

Remarks

Class qualifiers for this class include:

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Configuration Manager Site Configuration Server WMI Classes