SPViewFieldCollection.View Property
Gets the parent view for the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public ReadOnly Property View As SPView
Get
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.