SPViewContext.View property
Gets the view that is described by the view context.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property View As SPView
Get
Friend Set
'Usage
Dim instance As SPViewContext
Dim value As SPView
value = instance.View
public SPView View { get; internal set; }
Property value
Type: Microsoft.SharePoint.SPView
An SPView object that represents the view.