SmsSiteConnectionNode.ConnectionNodeData.NameValueString Property
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
'Usage
Dim instance As ConnectionNodeData
Dim value As String
value = instance.NameValueString
instance.NameValueString = value
Syntax
'Declaration
<XmlAttributeAttribute("NameValueString")> _
Public Property NameValueString As String
[XmlAttributeAttribute("NameValueString")]
public string NameValueString { get; set; }
[XmlAttributeAttribute(L"NameValueString")]
public:
property String^ NameValueString {
String^ get ();
void set (String^ value);
}
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public String get_NameValueString ()
/** @property */
/** @attribute DebuggerStepThroughAttribute() */
public void set_NameValueString (String value)
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
Reference
SmsSiteConnectionNode.ConnectionNodeData Class
SmsSiteConnectionNode.ConnectionNodeData Members
Microsoft.ConfigurationManagement.AdminConsole Namespace
SmsSiteConnectionNode.ConnectionNodeData.NameValueKey Property