Gets the collection of all lists that are contained in the Web site.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans microsoft.sharepoint.dll)
Visual Basic (Déclaration)
Public ReadOnly Property Lists As SPListCollection
Visual Basic (Utilisation)
Dim instance As SPWeb
Dim value As SPListCollection
value = instance.Lists
public SPListCollection Lists { get; }
Valeur de la propriété
An SPListCollection object that represents the lists.