Gets or sets the key that is associated with a name value string in the connection node data. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As ConnectionNodeData
Dim value As String

value = instance.NameValueKey

instance.NameValueKey = value

Syntax

Visual Basic
<XmlAttributeAttribute("NameValueKey")> _
Public Property NameValueKey As String
C#
[XmlAttributeAttribute("NameValueKey")] 
public string NameValueKey { get; set; }
C++
[XmlAttributeAttribute(L"NameValueKey")] 
public:
property String^ NameValueKey {
		String^ get ();
		void set (String^ value);
}
J#
/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public String get_NameValueKey ()

/** @property */
/** @attribute DebuggerStepThroughAttribute() */ 
public void set_NameValueKey (String value)
JScript
DebuggerStepThroughAttribute 
public function get NameValueKey () : String

DebuggerStepThroughAttribute 
public function set NameValueKey (value : String)

Property Value

Key string.

Remarks

A name value string is represented by the NameValueString property.


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