SPMobileContext.ParentSPContext property
Gets the SPContext object that has this SPMobileContext object as its MobileContext property.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected ReadOnly Property ParentSPContext As SPContext
Get
'Usage
Dim value As SPContext
value = Me.ParentSPContext
protected SPContext ParentSPContext { get; }
Property value
Type: Microsoft.SharePoint.SPContext
An SPContext object that is the parent of the SPMobileContext object.