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.