SPForm.Type property

Gets the type of the form.

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

Syntax

'Declaration
Public ReadOnly Property Type As PAGETYPE
    Get
'Usage
Dim instance As SPForm
Dim value As PAGETYPE

value = instance.Type
public PAGETYPE Type { get; }

Property value

Type: Microsoft.SharePoint.PAGETYPE
A Microsoft.SharePoint.PAGETYPE value that indicates the type of the form.

See also

Reference

SPForm class

SPForm members

Microsoft.SharePoint namespace