SPWeb.AvailableFields property
Gets the collection of the available fields of the website.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property AvailableFields As SPFieldCollection
Get
'Usage
Dim instance As SPWeb
Dim value As SPFieldCollection
value = instance.AvailableFields
public SPFieldCollection AvailableFields { get; }
Property value
Type: Microsoft.SharePoint.SPFieldCollection
An SPFieldCollection object that represents the fields.