WebPartGallerySourceBase.Page Property
Gets the Page on which the WebPartAdder resides.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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