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


Свойство List.Fields

Gets a value that specifies the collection of all fields in the 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 Fields As FieldCollection
    Get
'Применение
Dim instance As List
Dim value As FieldCollection

value = instance.Fields
public FieldCollection Fields { get; }

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

Тип: Microsoft.SharePoint.Client.FieldCollection
Returns a FieldCollection instance representing the collection of all fields in the list.

Замечания

It must not be пустая ссылка (Nothing в Visual Basic).

См. также

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

List класс

Элементы List

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