SMS_SII_PropertyList Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

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.

Show: