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