Gets the type of the current node.
[Visual Basic] MustOverride Public ReadOnly Property NodeType As XmlNodeType [C#] public XmlNodeType NodeType {abstract get;} [C++] public: __property virtual XmlNodeType get_NodeType() = 0; [JScript] public abstract function get NodeType() : XmlNodeType;
One of the XmlNodeType values.