Web.AvailableFields property

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.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property AvailableFields As FieldCollection
    Get
'Usage
Dim instance As Web
Dim value As FieldCollection

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

Property value

Type: 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.

Remarks

It must not be a null reference (Nothing in Visual Basic).

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace