BlogAdminWebPart.IListWebPart.PageType Property
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<WebPartStorageAttribute(Storage.None)> _
<BrowsableAttribute(False)> _
<WebBrowsableAttribute(False)> _
Private Property PageType As PAGETYPE
Implements IListWebPart.PageType
Get
Set
'Usage
Dim instance As BlogAdminWebPart
Dim value As PAGETYPE
value = CType(instance, IListWebPart).PageType
CType(instance, IListWebPart).PageType = value
[WebPartStorageAttribute(Storage.None)]
[BrowsableAttribute(false)]
[WebBrowsableAttribute(false)]
PAGETYPEIListWebPart.PageType { get; set; }
Property Value
Type: Microsoft.SharePoint.PAGETYPE