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
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property AvailableFields As FieldCollection
Get
'Usage
Dim instance As Web
Dim value As FieldCollection
value = instance.AvailableFields
[RemoteAttribute]
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).