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

System.Xml.XmlNode.NodeType Property

The type of the node. [Edit]

public abstract XmlNodeType NodeType { get; }

Value

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

Remarks

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

Requirements

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