PersonalizationState.WebPartManager Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.