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