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