SPMobileContext.PageType property

Gets a value that specifies the type of page.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overridable Property PageType As PAGETYPE
    Get
    Set
'Usage
Dim instance As SPMobileContext
Dim value As PAGETYPE

value = instance.PageType

instance.PageType = value
public virtual PAGETYPE PageType { get; set; }

Property value

Type: Microsoft.SharePoint.PAGETYPE
A PAGETYPE value that specifies the type of the current page.

See also

Reference

SPMobileContext class

SPMobileContext members

Microsoft.SharePoint namespace