Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an object holding context information about such objects as the current application, site collection, site, list, or list item.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property SharePointContext As SPContext
Get
'Usage
Dim value As SPContext
value = Me.SharePointContext
protected virtual SPContext SharePointContext { get; }
Property Value
Type: Microsoft.SharePoint.SPContext
An SPContext object holding context information about such objects as the current application, site collection, site, list, or list item.