Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.