SPMobileForm.PageType property
Namespace: Microsoft.SharePoint.Mobile.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PageType As SPMobilePageType
Get
Set
'Usage
Dim instance As SPMobileForm
Dim value As SPMobilePageType
value = instance.PageType
instance.PageType = value
public SPMobilePageType PageType { get; set; }
Property value
Type: Microsoft.SharePoint.Mobile.WebControls.SPMobilePageType