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 fields in the view.
Namespace: Microsoft.SharePoint.BusinessData.MetadataModel
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Fields As IFieldCollection
Get
'Usage
Dim instance As View
Dim value As IFieldCollection
value = instance.Fields
public IFieldCollection Fields { get; }
Property Value
Type: Microsoft.BusinessData.MetadataModel.Collections.IFieldCollection
The collection of fields in the view.