SP.ListCollection.item Property
Applies to: SharePoint Foundation 2010
Gets the list at the specified index in the collection.
var value = SP.ListCollection.get_item(index);
Parameters
index
Type: int
The zero-based index of the list in the collection.
Property Value
Type: SP.List
The list at the specified index of the collection.