SPViewContext.View Property
Gets the view that is described by the view context.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.