Freigeben über


Web.Lists-Eigenschaft

Gets the collection of all lists that are contained in the website available to the current user based on the current user’s permissions.

Namespace:  Microsoft.SharePoint.Client
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Lists As ListCollection
    Get
'Usage
Dim instance As Web
Dim value As ListCollection

value = instance.Lists
public ListCollection Lists { get; }

Eigenschaftswert

Typ: Microsoft.SharePoint.Client.ListCollection
A ListCollection object that represents the lists.

Siehe auch

Referenz

Web Klasse

Web-Member

Microsoft.SharePoint.Client-Namespace