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)
Available in Sandboxed Solutions: No

Syntax

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

value = instance.FormType

instance.FormType = value
[ObsoleteAttribute("Use IListWebPart.PageType instead")]
[BrowsableAttribute(false)]
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