SmsNamedValuesDictionary Class
System Center
Represents global named values stored by a key value into a dictionary that is accessible by the Configuration Manager 2007 console framework.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
[SerializableAttribute] [DefaultMemberAttribute(L"Item")] public ref class SmsNamedValuesDictionary : public Dictionary<String^, Object^>
/** @attribute SerializableAttribute() */
/** @attribute DefaultMemberAttribute("Item") */
public class SmsNamedValuesDictionary extends Dictionary<String,Object>
SerializableAttribute DefaultMemberAttribute("Item") public class SmsNamedValuesDictionary extends Dictionary<String,Object>
Named values are stored by using a string key and are unboxed prior to their storage. Your application is expected to be aware of the type of named values to box the values as appropriate.
The application uses this class through the NamedValueDictionary property. The SmsNamedValuesDictionary object is pre-populated with a number of values that can be used in the application. For details, see How to Add a Configuration Manager Context Qualifier by Using Managed Code.
System.Object
System.Collections.Generic.Dictionary
Microsoft.ConfigurationManagement.ManagementProvider.SmsNamedValuesDictionary
System.Collections.Generic.Dictionary
Microsoft.ConfigurationManagement.ManagementProvider.SmsNamedValuesDictionary
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows Server 2003, Windows VistaTarget Platforms
Windows Server 2003,Windows Vista
Show: