Gets or sets a global dictionary of named values that are supplied by the scope node. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As SmsPageData
Dim value As SmsNamedValuesDictionary

value = instance.NamedValues

instance.NamedValues = value

Syntax

Visual Basic
Public Property NamedValues As SmsNamedValuesDictionary
C#
public SmsNamedValuesDictionary NamedValues { get; set; }
C++
public:
property SmsNamedValuesDictionary^ NamedValues {
		SmsNamedValuesDictionary^ get ();
		void set (SmsNamedValuesDictionary^ value);
}
J#
/** @property */
public SmsNamedValuesDictionary get_NamedValues ()

/** @property */
public void set_NamedValues (SmsNamedValuesDictionary value)
JScript
public function get NamedValues () : SmsNamedValuesDictionary

public function set NamedValues (value : SmsNamedValuesDictionary)

Property Value

SmsNamedValuesDictionary object.

Remarks

The named values include site details, for example, site code and version.


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