SMS_SII_PropertyList Server WMI Class

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

Methods

The SMS_SII_PropertyList class does not define any methods.

Properties

  • 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.

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

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Concepts

Configuration Manager Site Configuration Server WMI Classes
SMS_SiteInstallItem Server WMI Class