SPListCollection.Item property
Gets the specified list object from the collection.
Overload list
Name | Description | |
---|---|---|
Item[Guid] | Gets the list object from the collection that has the specified GUID. | |
Item[Int32] | Gets the list object at the specified index in the collection. | |
Item[String] | Gets the list object that has the specified name from the collection. |
Top