Mono Class Library: System.Xml.XmlNode Overview | Members

System.Xml.XmlNode.Name Property

The fully qualified name of the node. [Edit]

public abstract string Name { get; }

Value

The fully qualified name of the node. [Edit]

Remarks

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

Requirements

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