Share via


WebPartGallerySourceBase.Page property

Gets the Page on which the WebPartAdder resides.

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

Syntax

'Declaration
Protected ReadOnly Property Page As Page
    Get
'Usage
Dim value As Page

value = Me.Page
protected Page Page { get; }

Property value

Type: System.Web.UI.Page
The page on which the WebPartAdder resides.

See also

Reference

WebPartGallerySourceBase class

WebPartGallerySourceBase members

Microsoft.SharePoint.WebPartPages namespace