Version

length Property

The number of objects in the collection.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_length() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDataMenuItemCollection.get_length();

Return Value

Number of objects in the collection.
See Also