SMS_Client_Reg_MultiString_List
The SMS_Client_Reg_MultiString_List WMI class is an embedded object that contains a property name (registry key) and a list of property values (registry data values). The property name and list of strings come from the system registry.
The following syntax is simplified from MOF code and includes all inherited properties.
Class SMS_Client_Reg_MultiString_List
{
string ItemType;
string ValueName;
string KeyPath;
string ValueStrings[];
};
Properties
ItemType
Data type: string
Access type: Read-only
Qualifiers: KeySMS-assigned key value.
ValueName
Data type: string
Access type: Read/writeProperty name that is also the registry key in the system registry where the multi-string values are stored.
KeyPath
Data type: string
Access type: Read/writePath to the registry key value. The KeyPath value is always blank.
ValueStrings
Data type: string[]
Access type: Read/writeList of strings. The meaning of the strings is determined by the property ValueName.
Remarks
This class behaves the same as SMS_EmbeddedPropertyList. It is used to represent data that is stored in the system registry with the REG_MULTI_SZ data type. Do not provide a KeyPath value when updating the property (registry value).
See Also
Site Configuration Classes, SMS_EmbeddedPropertyList, SMS_EmbeddedProperty