SPViewFieldCollection.View property

Gets the parent view for the collection.

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

Syntax

'Declaration
Public ReadOnly Property View As SPView
    Get
'Usage
Dim instance As SPViewFieldCollection
Dim value As SPView

value = instance.View
public SPView View { get; }

Property value

Type: Microsoft.SharePoint.SPView
An SPView object that represents the view.

See also

Reference

SPViewFieldCollection class

SPViewFieldCollection members

Microsoft.SharePoint namespace