item Property
Gets the item at the specified index. If the index less than 0 or greater than the number of items in the collection null will be returned. The object at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function get_item() : Object |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfObjectCollection.get_item(); |