System::Xml::XmlNode::get_HasChildNodes method

XmlNode::get_HasChildNodes method

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

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

ReturnValue

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

See Also