Gets a value indicating whether this node has any child nodes.
[Visual Basic] Overridable Public ReadOnly Property HasChildNodes As Boolean [C#] public bool HasChildNodes {virtual get;} [C++] public: __property virtual bool get_HasChildNodes(); [JScript] public function get HasChildNodes() : Boolean;
true if the node has children, false if the node has no children.