Web.Lists - Propriété
Gets the collection of all lists that are contained in the website available to the current user based on the current user’s permissions.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Lists As ListCollection
Get
'Utilisation
Dim instance As Web
Dim value As ListCollection
value = instance.Lists
public ListCollection Lists { get; }
Valeur de propriété
Type : Microsoft.SharePoint.Client.ListCollection
A ListCollection object that represents the lists.