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)
Available in Sandboxed Solutions: No
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.