Share via


View.Fields property

Gets the collection of fields in the view.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Fields As FieldTypeDescriptorCollection
    Get
'Usage
Dim instance As View
Dim value As FieldTypeDescriptorCollection

value = instance.Fields
public FieldTypeDescriptorCollection Fields { get; }

Property value

Type: Microsoft.SharePoint.BusinessData.Administration.FieldTypeDescriptorCollection
The collection of fields in the view.

See also

Reference

View class

View members

Microsoft.SharePoint.BusinessData.Administration namespace