Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of all lists that are contained in the website.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property Lists As SPListCollection
Get
'Usage
Dim instance As SPWeb
Dim value As SPListCollection
value = instance.Lists
public SPListCollection Lists { get; }
Type: Microsoft.SharePoint.SPListCollection
A collection of SPList objects.
If you are interested only in lists of a specific type, call the GetListsOfType(SPBaseType) method instead.