SMS_SiteInstallItem Server WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_SiteInstallItem Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the abstract base class of all site install item classes.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_SiteInstallItem : SMS_BaseClass
{
String ItemName;
String ItemType;
};
The SMS_SiteInstallItem class does not define any methods.
- ItemName
Data type: String
Access type: Read-only
Qualifiers: [key, read]
Unique name identifying a site install item within items of the same type.
- ItemType
Data type: String
Access type: Read-only
Qualifiers: [key, read]
Unique type identifying a site install item.
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 manipulate site install items. These classes are named with the prefix "SMS_SII_". An example of a derived class is SMS_SII_Property Server WMI Class.
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.