Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of field objects that represents all the fields in the list.
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 Fields As SPFieldCollection
Get
'Usage
Dim instance As SPList
Dim value As SPFieldCollection
value = instance.Fields
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.NotNull)]
[ClientCallableAttribute]
public SPFieldCollection Fields { get; }
Property Value
Type: Microsoft.SharePoint.SPFieldCollection
An SPFieldCollection object that represents the fields.