get_HasChildNodes()

XmlNode::get_HasChildNodes() method

Returns a value indicating whether this node has any child nodes.

virtual bool System::Xml::XmlNode::get_HasChildNodes()

Return Value

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

See Also