The SMS_Client_Reg_MultiString_List Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a list of client registry multi-string items from the site control file.

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

Class SMS_Client_Reg_MultiString_List
{
	 String ItemType;
	 String ValueName;
	 String KeyPath;
	 String ValueStrings[];
};

Methods

The SMS_Client_Reg_MultiString_List class does not define any methods.

Properties

ItemType


Data type: StringAccess type: Read-onlyQualifiers: [key, read]Client registry multstring item type.
ValueName


Data type: StringAccess type: Read/WriteQualifiers: NoneProperty name reflected in the system registry key where the multi-string items are stored. The default value is "".
KeyPath


Data type: StringAccess type: Read/WriteQualifiers: NonePath to the multi-string item. The default value is "".
Note
Do not set this property when updating the ValueName property.
ValueStrings


Data type: String ArrayAccess type: Read/WriteQualifiers: NoneList of strings that serve as registry data values. The meaning of the strings is determined by the ValueName property.

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.

This class behaves the same as SMS_EmbeddedPropertyList Server WMI Class. It is used to represent data that is stored in the system registry with the REG_MULTI_SZ data type.

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.