Свойство Web.AvailableFields
Gets a value that specifies the collection of all fields available for the current scope, including those of the current site, as well as any parent sites.
Пространство имен: 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 AvailableFields As FieldCollection
Get
'Применение
Dim instance As Web
Dim value As FieldCollection
value = instance.AvailableFields
public FieldCollection AvailableFields { get; }
Значение свойства
Тип: Microsoft.SharePoint.Client.FieldCollection
Returns a FieldCollection instance representing the collection of all fields available for the current scope, including those of the current site, as well as any parent sites.
Замечания
It must not be пустая ссылка (Nothing в Visual Basic).