Web.Lists 属性
Gets the collection of all lists that are contained in the website available to the current user based on the current user’s permissions.
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Silverlight(位于 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone(位于 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client(位于 Microsoft.SharePoint.Client.dll 中)
语法
声明
Public ReadOnly Property Lists As ListCollection
Get
用法
Dim instance As Web
Dim value As ListCollection
value = instance.Lists
public ListCollection Lists { get; }
属性值
类型:Microsoft.SharePoint.Client.ListCollection
A ListCollection object that represents the lists.