Gets the qualified name of the node.

[VBScript]
Public ReadOnly Property NodeName As String
[JScript]
public function get NodeName() : String;

Property Value

The qualified name of the node. The name returned is dependent on the NodeType of the node:

Type Name
   

See Also

Node Object | Node Members | DOM Namespace