XChildren Property
The number of children of the element pointed to by XPath .
Syntax
[VB.NET] Public ReadOnlyProperty XChildren As Integer
[C#] public int XChildren {get;}
Remarks
If the element is empty, XChildren is -1.
This property is read-only.
Default Value
0