SPViewFieldCollection.View Property
Gets the parent view for the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.