Свойство Web.Fields
Gets the collection of field objects that represents all the fields in the Web site.
Пространство имен: 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 Web
Dim value As FieldCollection
value = instance.Fields
public FieldCollection Fields { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.FieldCollection
A FieldCollection object that represents the fields.
Замечания
It must not be пустая ссылка (Nothing в Visual Basic).