get_HasChildren()

XPathNavigator::get_HasChildren() method

Returns a value that indicates whether the current node has any child nodes.

virtual bool System::Xml::XPath::XPathNavigator::get_HasChildren()

Return Value

true if the current node has any child nodes; otherwise, false.

See Also