XmlDocument.LastChild Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the last child node.
public:
 property IXmlNode ^ LastChild { IXmlNode ^ get(); };IXmlNode LastChild();public IXmlNode LastChild { get; }var iXmlNode = xmlDocument.lastChild;Public ReadOnly Property LastChild As IXmlNodeProperty Value
The last child node. This property is NULL if there are no children.