SmsPageControl.NamedValueDictionary Property
Gets the global named value dictionary.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim value As SmsNamedValuesDictionary
value = Me.NamedValueDictionary
Syntax
'Declaration
Protected ReadOnly Property NamedValueDictionary As SmsNamedValuesDictionary
protected SmsNamedValuesDictionary NamedValueDictionary { get; }
protected:
property SmsNamedValuesDictionary^ NamedValueDictionary {
SmsNamedValuesDictionary^ get ();
}
/** @property */
protected SmsNamedValuesDictionary get_NamedValueDictionary ()
protected function get NamedValueDictionary () : SmsNamedValuesDictionary
Property Value
SmsNamedValuesDictionary object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
SmsPageControl Class
SmsPageControl Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsNamedValuesDictionary