Gets the node immediately following this node.
[Visual Basic] Overridable Public ReadOnly Property NextSibling As XmlNode [C#] public XmlNode NextSibling {virtual get;} [C++] public: __property virtual XmlNode* get_NextSibling(); [JScript] public function get NextSibling() : XmlNode;
The next XmlNode. If there is no next node, a null reference (in Visual Basic Nothing) is returned.