SPForm.Type Property
Gets the type of the form.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute(Name := "FormType")> _
Public ReadOnly Property Type As PAGETYPE
Get
'Usage
Dim instance As SPForm
Dim value As PAGETYPE
value = instance.Type
[ClientCallableAttribute(Name = "FormType")]
public PAGETYPE Type { get; }
Property Value
Type: Microsoft.SharePoint.PAGETYPE
A Microsoft.SharePoint.PAGETYPE value that indicates the type of the form.