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 = instanceOfObjectCollection.get_length();

Return Value

number of objects in the collection
See Also