Gets or sets a string representation of data that is stored with a key. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As ConnectionNodeData
Dim value As String

value = instance.NameValueString

instance.NameValueString = value

Syntax

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

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

DebuggerStepThroughAttribute 
public function set NameValueString (value : String)

Property Value

Name value string.

Remarks

The key that is used in storing the name value string is represented by the NameValueKey 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