BlogMonthQuickLaunch.IListWebPart.PageType Property
Gets or sets the current Web Part page type.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebBrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.None)> _
<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
[WebBrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.None)]
[BrowsableAttribute(false)]
PAGETYPEIListWebPart.PageType { get; set; }
Property Value
Type: Microsoft.SharePoint.PAGETYPE
The current Web Part page type.
Implements
Remarks
This member is an interface member implementation. It can be used only when the BlogMonthQuickLaunch instance is cast to an IListWebPart interface.