Share via


Form.FormType property

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

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

Syntax

'Declaration
Public ReadOnly Property FormType As PageType
    Get
'Usage
Dim instance As Form
Dim value As PageType

value = instance.FormType
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