SMS_SII_PropertyList Server WMI Class

System Center

Updated: October 28, 2009

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

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[];
};

The SMS_SII_PropertyList class does not define any methods.

ItemName
Data type: String

Access type: Read-only

Qualifiers: [key, read]

See SMS_SiteInstallItem Server WMI Class.

ItemType
Data type: String

Access type: Read-only

Qualifiers: [key, read]

See SMS_SiteInstallItem Server WMI Class.

PropertyListName
Data type: String

Access type: Read-only

Qualifiers: None

Name of the property list. The name is case sensitive and might contain several words.

Values
Data type: String Array

Access type: Read-only

Qualifiers: None

String values for the property list.

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.

Runtime Requirements

Development Requirements

Show: