Share via


XmlComment.LastChild Property

Definition

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.

Implements

Applies to