Version

indexOf Property

Returns the index of the specifed object. If the object doesn't exist in the collection, -1 will be returned.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_indexOf() : {Any}
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfObjectCollection.get_indexOf();

Return Value

the index of the specified object
See Also