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

'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.

See Also

Reference

SPMobileComponent Class

SPMobileComponent Members

Microsoft.SharePoint.MobileControls Namespace