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

System.Xml.XmlNode.NodeType Property

The type of the node.

public abstract XmlNodeType NodeType { get; }

Value

A value from System.Xml.XmlNodeType that indicates the type of this node.

Remarks

You can also check the type of this node using the is operator.

Requirements

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