Share via


XmlCDataSection.LastChild Property

Definition

Gets the last child node. This property always returns NULL because the CDataSection does not have children.

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

Property Value

The last child node. This property is always NULL.

Implements

Applies to