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.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.