Поделиться через


Свойство 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.

См. также

Справочные материалы

Web класс

Элементы Web

Пространство имен Microsoft.SharePoint.Client