lastElement Field
- Last UpdatedNov 06, 2025
- 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