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 fields metadata associated with the item or content type of the Microsoft SharePoint Foundation context.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property Fields As SPFieldCollection
Get
'Usage
Dim instance As SPContext
Dim value As SPFieldCollection
value = instance.Fields
public SPFieldCollection Fields { get; }
Type: Microsoft.SharePoint.SPFieldCollection
An SPFieldCollection object that represents the fields.
The Fields property can be used to provide metadata about the SPItem object of the SharePoint Foundation context.