SPMobileForm.PageType Property

Gets or sets the type of the form.

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

Syntax

Public Property PageType As SPMobilePageType
    Get
    Set

Dim instance As SPMobileForm
Dim value As SPMobilePageType

value = instance.PageType

instance.PageType = value
public SPMobilePageType PageType { get; set; }

Property Value

Type: Microsoft.SharePoint.MobileControls.SPMobilePageType
A SPMobilePageType that specifies the type of page or form.

See Also

Reference

SPMobileForm Class

SPMobileForm Members

Microsoft.SharePoint.MobileControls Namespace