SMS_Client_Reg_MultiString_List Server WMI Class

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.

Syntax

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

Methods

The SMS_Client_Reg_MultiString_List class doesn't define any methods.

Properties

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.

Remarks

Class qualifiers for this class include:

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Configuration Manager Site Configuration Server WMI Classes
SMS_EmbeddedPropertyList Server WMI Class