XmlComment.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. This property always returns NULL.
public:
property IXmlNode ^ LastChild { IXmlNode ^ get(); };
IXmlNode LastChild();
public IXmlNode LastChild { get; }
var iXmlNode = xmlComment.lastChild;
Public ReadOnly Property LastChild As IXmlNode
Property Value
The last child node. This property always returns NULL.