XElement Property
The name of the current element.
Syntax
[VB.NET] Public ReadOnlyProperty XElement As String
[C#] public string XElement {get;}
Remarks
The current element is specified via the XPath property.
This property is read-only.
Default Value
""