BrowserFormWebPart.IListWebPart.PageType Property

Gets or sets the Web Part page type.

Namespace:  Microsoft.Office.InfoPath.Server.Controls.WebUI
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

'Declaration
Private Property PageType As PAGETYPE
    Implements IListWebPart.PageType
    Get
    Set
'Usage
Dim instance As BrowserFormWebPart
Dim value As PAGETYPE

value = CType(instance, IListWebPart).PageType

CType(instance, IListWebPart).PageType = value
PAGETYPE IListWebPart.PageType { get; set; }

Property Value

Type: Microsoft.SharePoint.PAGETYPE
A object that identifies the type of the form.

Implements

IListWebPart.PageType

Remarks

This member is not intended to be used directly from your code. This member is public because of Microsoft ASP.NET infrastructure requirements.

This Web Part does not use the contents of this property.

See Also

Reference

BrowserFormWebPart Class

BrowserFormWebPart Members

Microsoft.Office.InfoPath.Server.Controls.WebUI Namespace