xmlDoc Field
- Last UpdatedNov 06, 2025
- 1 minute read
Reference to the encapsulated XML DOM object
'Declaration
Protected xmlDoc As XmlDocument
'Usage
Dim instance As XMLCommon
Dim value As XmlDocument
value = instance.xmlDoc
instance.xmlDoc = value
protected XmlDocument xmlDoc