SPContext.MobileContext Property
Gets the mobile context for the Windows SharePoint Services context.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public ReadOnly Property MobileContext As SPMobileContext
Get
Dim instance As SPContext
Dim value As SPMobileContext
value = instance.MobileContext
public SPMobileContext MobileContext { get; }
Property Value
Type: Microsoft.SharePoint.SPMobileContext
An SPMobileContext object that represents the mobile context.