Gets a value indicating whether the current System.Web.SiteMapNode has any child nodes.
Documentation for this section has not yet been entered.
This property is a convenience property that calls the SiteMapNode.ChildNodes property internally, so it will not perform better than if you call the SiteMapNode.ChildNodes property yourself and check to see if it is empty.