Compartilhar via


SPMobileContext.PageType property

Obtém um valor que especifica o tipo de página.

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

Syntax

'Declaração
Public Overridable Property PageType As PAGETYPE
    Get
    Set
'Uso
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
Um valor de PAGETYPE que especifica o tipo da página atual.

Ver também

Referência

SPMobileContext class

SPMobileContext members

Microsoft.SharePoint namespace