View.ViewFields property

Gets a value that specifies the collection of fields in the list view.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public ReadOnly Property ViewFields As ViewFieldCollection
    Get
'Usage
Dim instance As View
Dim value As ViewFieldCollection

value = instance.ViewFields
public ViewFieldCollection ViewFields { get; }

Property value

Type: Microsoft.SharePoint.Client.ViewFieldCollection
Returns a ViewFieldCollection instance representing the collection of fields in the list view.

Remarks

It must not be a null reference (Nothing in Visual Basic).

See also

Reference

View class

View members

Microsoft.SharePoint.Client namespace