Share via


View.ViewFields Property

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

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property ViewFields As ViewFieldCollection
    Get
'Usage
Dim instance As View
Dim value As ViewFieldCollection

value = instance.ViewFields
[RemoteAttribute]
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