The root Element of the document. All document elements have an eventual parent of this element
Property type
An Element object.
Syntax
[Set] object.Root [= Element]
The Root property syntax has these parts:
Part | Description |
object | An expression evaluating to an object of type XMLDocument. |
Element | An Element object |