XParent Property
The parent of the element pointed to by XPath .
Syntax
[VB.NET] Public ReadOnlyProperty XParent As String
[C#] public string XParent {get;}
Remarks
If XPath points to the top element, XParent is an empty string.
This property is read-only.
Default Value
""