Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
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