Gets or sets the name of the node. Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

Visual Basic
Dim instance As ConnectionNodeData
Dim value As String

value = instance.NodeName

instance.NodeName = value

Syntax

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

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

DebuggerStepThroughAttribute 
public function set NodeName (value : String)

Property Value

Node name.

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