IXmlNode.LastChild Property

Definition

Gets the last child node.

public:
 property IXmlNode ^ LastChild { IXmlNode ^ get(); };
IXmlNode LastChild();
public IXmlNode LastChild { get; }
var iXmlNode = iXmlNode.lastChild;
Public ReadOnly Property LastChild As IXmlNode

Property Value

The last child node. This property is NULL if there are no children.

Applies to