PersonalizationState.WebPartManager Property

Definition

Gets a reference to the WebPartManager control currently associated with the personalization state instance.

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

Property Value

A WebPartManager associated with the PersonalizationState.

Remarks

The WebPartManager control is the object used as a parameter for the constructor that creates the PersonalizationState object.

Applies to