Form.FormType Property

Gets a value that specifies the page type of the list form.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property FormType As PageType
    Get
'Usage
Dim instance As Form
Dim value As PageType

value = instance.FormType
[RemoteAttribute]
public PageType FormType { get; }

Property Value

Type: Microsoft.SharePoint.Client.PageType
Returns a PageType instance representing the page type of the list form.

See Also

Reference

Form Class

Form Members

Microsoft.SharePoint.Client Namespace