SPWeb.AvailableFields Property

Gets the collection of the available fields of the website.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.NotNull)> _
<ClientCallableAttribute> _
Public ReadOnly Property AvailableFields As SPFieldCollection
    Get
'Usage
Dim instance As SPWeb
Dim value As SPFieldCollection

value = instance.AvailableFields
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.NotNull)]
[ClientCallableAttribute]
public SPFieldCollection AvailableFields { get; }

Property Value

Type: Microsoft.SharePoint.SPFieldCollection
An SPFieldCollection object that represents the fields.

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace