SMS_SiteInstallItem
The SMS_SiteInstallItem WMI class is an abstract class that is the parent class of all site install item classes.
The following syntax is simplified from MOF code and includes all inherited properties.
Class SMS_SiteInstallItem : SMS_BaseClass
{
string ItemName;
string ItemType;
};
Properties
ItemName
Data type: string
Access type: Read-only
Qualifiers: KeyUnique identifier of a site install item.
ItemType
Data type: string
Access type: Read-only
Qualifiers: KeyUnique identifier of a site install item.