WebPartPersonalization.WebPartManager Property

Definition

Gets an instance of the current parent WebPartManager control associated with this WebPartPersonalization instance.

protected:
 property System::Web::UI::WebControls::WebParts::WebPartManager ^ WebPartManager { System::Web::UI::WebControls::WebParts::WebPartManager ^ get(); };
protected System.Web.UI.WebControls.WebParts.WebPartManager WebPartManager { get; }
member this.WebPartManager : System.Web.UI.WebControls.WebParts.WebPartManager
Protected ReadOnly Property WebPartManager As WebPartManager

Property Value

The current parent WebPartManager.

Remarks

Use this property to determine the WebPartManager control associated with this instance of the WebPartPersonalization class.

Applies to

See also