The SMS_SII_PropertyList Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a general-purpose storage object defining property lists for a site install item.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_SII_PropertyList : SMS_SiteInstallItem 
{
	 String ItemName;
	 String ItemType;
	 String PropertyListName;
	 String Values[];
};

Methods

The SMS_SII_PropertyList class does not define any methods.

Properties

ItemName


Data type: StringAccess type: Read-only Qualifiers: [key, read]See SMS_SiteInstallItem Server WMI Class.
ItemType


Data type: StringAccess type: Read-onlyQualifiers: [key, read]See SMS_SiteInstallItem Server WMI Class.
PropertyListName


Data type: StringAccess type: Read-onlyQualifiers: NoneName of the property list. The name is case sensitive and might contain several words.
Values


Data type: String ArrayAccess type: Read-onlyQualifiers: NoneString values for the property list.

Remarks

Class qualifiers for this class include:

  • Read (read-only)

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

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.