Share via


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)

Syntax

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

value = instance.FormType

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