Share via


SMS_EmbeddedPropertyList

The SMS_EmbeddedPropertyList WMI class is a general purpose embedded object that contains a property name and its list of property values. The site control file uses this class to define the string array properties of a site control item.

The following syntax is simplified from MOF code and includes all inherited properties.

Class SMS_EmbeddedPropertyList
{
  string ItemType;
  string PropertyListName;
  string Values[];
}

Properties

  • ItemType
    Data type: string
    Access type: Read-only
    Qualifiers: Key

    SMS-assigned key value.

  • PropertyListName
    Data type: string
    Access type: Read/write

    Name of the property. The name is case-sensitive and may contain several words, such as Installed Units.

  • Values
    Data type: string[]
    Access type: Read/write

    Contains a list of string values for the property.

Remarks

There is no list which defines the properties for each site control item. The best way to determine the properties for each site control item is to follow the steps defined in Determining Which Site Control Item to Use. Note that property names that contain the word Reserved cannot be modified.

Note that arrays of strings that come from the system registry use the SMS_Client_Reg_MultiString_List embedded object.

See Also

Managing Site Control Configuration, Site Configuration Classes, SMS_Client_Reg_MultiString_List, SMS_EmbeddedProperty, SMS_SiteControlItem