ListFormWebPart.FormType property

NOTE: This API is now obsolete.

Gets or sets the type of the form.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
<ObsoleteAttribute("Use IListWebPart.PageType instead")> _
Public Property FormType As Integer
    Get
    Set
'Usage
Dim instance As ListFormWebPart
Dim value As Integer

value = instance.FormType

instance.FormType = value
[BrowsableAttribute(false)]
[ObsoleteAttribute("Use IListWebPart.PageType instead")]
public int FormType { get; set; }

Property value

Type: System.Int32
An integer that indicates the type of form.

See also

Reference

ListFormWebPart class

ListFormWebPart members

Microsoft.SharePoint.WebPartPages namespace