System.Xml.XmlNode.Name Property

Gets the qualified name of the node, when overridden in a derived class.

Syntax

public abstract string Name { get; }

Value

The fully qualified name of the node.

Remarks

This is a string consisting of both the XmlNode.Prefix and the XmlNode.LocalName of the node, separated by a ':' character.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0