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
PAGETYPEIListWebPart.PageType { get; set; }
Property value
Type: Microsoft.SharePoint.PAGETYPE
A object that identifies the type of the form.
Implements
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.