Gets the type of the 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.
XmlEntity Class | XmlEntity Members | System.NewXml Namespace