Propriétés SPWeb


SPWeb.Lists, propriété (Microsoft.SharePoint)
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)
Syntaxe

Visual Basic (Déclaration)
Public ReadOnly Property Lists As SPListCollection
Visual Basic (Utilisation)
Dim instance As SPWeb
Dim value As SPListCollection

value = instance.Lists
C#
public SPListCollection Lists { get; }

Valeur de la propriété

An SPListCollection object that represents the lists.
Voir aussi

Page view tracker