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