DtdNotation.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 = dtdNotation.lastChild;
Public ReadOnly Property LastChild As IXmlNode
Property Value
The last child node. This property is NULL if there are no children.