Gets the last child of this node.
[Visual Basic] Overridable Public ReadOnly Property LastChild As XmlNode [C#] public XmlNode LastChild {virtual get;} [C++] public: __property virtual XmlNode* get_LastChild(); [JScript] public function get LastChild() : XmlNode;
The last child of this node. If there is no such node, null is returned.