SMS_SiteInstallItem Server WMI Class

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.

Syntax

Class SMS_SiteInstallItem : SMS_BaseClass   
{  
     String ItemName;  
     String ItemType;  
};  

Methods

The SMS_SiteInstallItem class does not define any methods.

Properties

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.

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