Version

getObject Method

Returns the item at the specified address from the collection at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getObject() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfMSAjaxCollectionsManager.getObject();
See Also