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


Свойство List.DataSource

Gets the data source associated with the list, or пустая ссылка (Nothing в Visual Basic) if the list is not a virtual list.

Пространство имен:  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 DataSource As ListDataSource
    Get
'Применение
Dim instance As List
Dim value As ListDataSource

value = instance.DataSource
public ListDataSource DataSource { get; }

Значение свойства

Тип: Microsoft.SharePoint.Client.ListDataSource
A ListDataSource object that represents the data source.

Замечания

If HasExternalDataSource is false, the server must return пустая ссылка (Nothing в Visual Basic).

См. также

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

List класс

Элементы List

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