SPMobileContext.PageType Property

Gets a value that specifies the type of page.

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

Syntax

Public Overridable Property PageType As PAGETYPE
    Get
    Set

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