Share via


DataViewWebPart.PageType Property

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<BrowsableAttribute(False)> _
Public Property PageType As PAGETYPE
    Get
    Set
'Usage
Dim instance As DataViewWebPart
Dim value As PAGETYPE

value = instance.PageType

instance.PageType = value
[WebPartStorageAttribute(Storage.Shared)]
[BrowsableAttribute(false)]
public PAGETYPE PageType { get; set; }

Property Value

Type: Microsoft.SharePoint.PAGETYPE

Implements

IListWebPart.PageType

See Also

Reference

DataViewWebPart Class

DataViewWebPart Members

Microsoft.SharePoint.WebPartPages Namespace