'Declaration Public ReadOnly Property HasItems As System.Boolean
public System.bool HasItems {get;}
Note that even if the current element has no children, accessing Items will initialize it, so using this property is recommended when checking whether an element has any children.
'Declaration Public ReadOnly Property HasItems As System.Boolean
public System.bool HasItems {get;}