SPMobileComponent.SharePointContext Property
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
Protected Overridable ReadOnly Property SharePointContext As SPContext
Get
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.