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.

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: UInt32Access type: Read/WriteQualifiers: [key, enumeration:ToSubClass]The property is deprecated.
ItemName

Data type: StringAccess type: Read-onlyQualifiers: [key, read]Unique name identifying the site control item within items of the same type. The default value is "".
ItemType

Data type: StringAccess type: Read-onlyQualifiers: [key, read]Unique type of the site control item. The default value is "".
SiteCode

Data type: StringAccess type: Read/WriteQualifiers: [key, SizeLimit("3")]Unique three-letter site code identifying the site. The default value is "".

Remarks

Class qualifiers for this class include:

  • Abstract

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Your application uses classes derived from this class to read and update items in the site control file. These classes are named with the prefix "SMS_SCI_". An example of a derived class is SMS_SCI_Address Server WMI Class.

Requirements

Runtime Requirements

Development Requirements

See Also