A reference to the first child node of this node.
[Visual Basic] Overridable Public ReadOnly Property FirstChild As XmlNode [C#] public XmlNode FirstChild {virtual get;} [C++] public: __property virtual XmlNode* get_FirstChild(); [JScript] public function get FirstChild() : XmlNode;
For nodes of type XmlDocument and XmlElement, this property is a reference to the first child node, or null if the element has no child nodes.
For all other node types, this property is null.
XmlNode Class | XmlNode Members | System.Xml Namespace | LastChild | Next | Parent | Previous