XsltListFormWebPart.FormType Property

NOTE: This API is now obsolete.

Gets or sets the form type of the XsltListFormWebPart.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

value = instance.FormType

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

Property Value

Type: System.Int32
The form type of the XsltListFormWebPart.

See Also

Reference

XsltListFormWebPart Class

XsltListFormWebPart Members

Microsoft.SharePoint.WebPartPages Namespace