Gets the root Element node. You can access the tree using this node.

Namespace:  ArtOfTest.WebAii.Core
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2.0.7.0 (2.0.7.0)

Syntax

C#
public Element Root { get; }
Visual Basic (Declaration)
Public ReadOnly Property Root As Element
Visual C++
public:
property Element^ Root {
	Element^ get ();
}

See Also