lastElement Field
- Last UpdatedMar 17, 2026
- 1 minute read
Keep a reference to the last added XmlElement for future calls that add to it
'Declaration
Protected lastElement As XmlElement
'Usage
Dim instance As XMLBuilder
Dim value As XmlElement
value = instance.lastElement
instance.lastElement = value
protected XmlElement lastElement