SMS_SII_Property
The SMS_SII_Property WMI class is a general purpose storage object for property data which can be represented as a single integer or two strings.
The following syntax is simplified from MOF code and includes all inherited properties.
Class SMS_SII_Property : SMS_SiteInstallItem
{
string ItemName;
string ItemType;
string PropertyName;
uint32 Value;
string Value1;
string Value2;
};
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.
PropertyName
Data type: string
Access type: Read-onlyName of the property. The name is case-sensitive and may contain several words, such as Connection Point.
Value
Data type: uint32
Access type: Read-onlyContains a value if the property value is numeric.
Value1
Data type: string
Access type: Read-onlyContains a value if the property value is a string. The string represents a registry data type if the property comes from the system registry. Otherwise, this is the actual string value of the property.
Value2
Data type: string
Access type: Read-onlyThis is the string value of the property if Value1 contains the registry data type, REG_SZ. Properties that contain multi-string registry data types use SMS_Client_Reg_MultiString_List.
Remarks
There is no list which defines the properties for each site install item. The best way to determine the properties for each site install item is to follow the steps defined in Determining Which Site Control Item to Use. Ignore the step regarding the Mediator button, the site install information is contained on the NodeInfo property sheet.