The SMS_EmbeddedPropertyList Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a general-purpose embedded object that defines property lists. The property lists are used by the site control file to define the string array properties of a site control item.

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

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

Methods

The SMS_EmbeddedPropertyList class does not define any methods.

Properties

ItemType

Data type: StringAccess type: Read-onlyQualifiers: [key, read]Property list token item, site control file.
PropertyListName

Data type: StringAccess type: Read/WriteQualifiers: NoneName of the property list. The name is case sensitive and might contain several words, for example, "Network Connection Accounts". The default value is "".
Values

Data type: String ArrayAccess type: Read/WriteString values for the property list. For example, "SITE_DEFN_NETWK_CONN_ACCNTS" is the value corresponding to the property list name "Network Connection Accounts". The default value is "".

Remarks

Class qualifiers for this class include:

  • Embedded

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

There is no list that 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. Property names that contain the word Reserved cannot be modified.

Arrays of strings that come from the system registry use the SMS_Client_Reg_MultiString_List Server WMI Class class.

Requirements

Runtime Requirements

Development Requirements

See Also