The parent element of this node.
[Visual Basic] Public ReadOnly Property Parent As XmlContainer [C#] public XmlContainer Parent {get;} [C++] public: __property XmlContainer* get_Parent(); [JScript] public function get Parent() : XmlContainer;
This property is null if this node has no parent.
XmlNode Class | XmlNode Members | System.Xml Namespace | FirstChild | LastChild | Next | Previous