xmlDoc Field
- Last UpdatedMar 17, 2026
- 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