Share via


BlogMonthQuickLaunch.IListWebPart.PageType property

Gets or sets the current Web Part page type.

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

Syntax

'Declaration
<WebPartStorageAttribute(Storage.None)> _
<WebBrowsableAttribute(False)> _
<BrowsableAttribute(False)> _
Private Property PageType As PAGETYPE
    Implements IListWebPart.PageType
    Get
    Set
'Usage
Dim instance As BlogMonthQuickLaunch
Dim value As PAGETYPE

value = CType(instance, IListWebPart).PageType

CType(instance, IListWebPart).PageType = value
[WebPartStorageAttribute(Storage.None)]
[WebBrowsableAttribute(false)]
[BrowsableAttribute(false)]
PAGETYPEIListWebPart.PageType { get; set; }

Property value

Type: Microsoft.SharePoint.PAGETYPE
The current Web Part page type.

Implements

IListWebPart.PageType

Remarks

This member is an interface member implementation. It can be used only when the BlogMonthQuickLaunch instance is cast to an IListWebPart interface.

See also

Reference

BlogMonthQuickLaunch class

BlogMonthQuickLaunch members

Microsoft.SharePoint.WebPartPages namespace