Gets the number of menu items contained in the current System.Web.UI.WebControls.MenuItemCollection object.
Documentation for this section has not yet been entered.
Use the MenuItemCollection.Count property to determine the number of items in a System.Web.UI.WebControls.MenuItemCollection object. This property is commonly used when iterating through a collection to determine the upper bound of the collection. The MenuItemCollection.Count property is also commonly used to determine whether a collection is empty.