Gets the type of the current node.
[Visual Basic] Overridable Public ReadOnly Property NodeType As XmlNodeType [C#] public XmlNodeType NodeType {override get;} [C++] public: __property virtual XmlNodeType get_NodeType(); [JScript] public function get NodeType() : XmlNodeType;
One of the XmlNodeType values.
XmlProcessingInstruction Class | XmlProcessingInstruction Members | System.NewXml Namespace