SMS_Client_Reg_MultiString_List Server WMI Class
Updated: October 28, 2009
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_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[];
};
The SMS_Client_Reg_MultiString_List class does not define any methods.
- ItemType
- Data type: String Access type: Read-only Qualifiers: [key, read] Client registry multstring item type.
- ValueName
- Data type: String Access type: Read/Write Qualifiers: None Property name reflected in the system registry key where the multi-string items are stored. The default value is "".
- KeyPath
-
Data type: String
Access type: Read/Write
Qualifiers: None
Path to the multi-string item. The default value is "".
Note Do not set this property when updating the ValueName property.
- ValueStrings
- Data type: String Array Access type: Read/Write Qualifiers: None List of strings that serve as registry data values. The meaning of the strings is determined by the ValueName property.
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.
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.