Gets a value indicating whether the current node has child nodes.
[Visual Basic] Overridable Public ReadOnly Property HasChildren As Boolean [C#] public bool HasChildren {override get;} [C++] public: __property virtual bool get_HasChildren(); [JScript] public function get HasChildren() : Boolean;
true if the current node has child nodes; otherwise, false.
This is potentially more efficient than using the ChildCount property.
DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace