[]
Gets a value indicating whether the current element has any children Element objects (the Children list is not empty).
Note that even if the current element has no children, accessing Children will initialize it, so using this property is recommended when checking whether an element has any children.
public bool HasChildren { get; }
Public ReadOnly Property HasChildren As Boolean