Share via


View.Fields property

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.

Implements

IView.Fields

See also

Reference

View class

View members

Microsoft.SharePoint.BusinessData.MetadataModel namespace