PersonalizationState::WebPartManager Property

 

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

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
property WebPartManager^ WebPartManager {
	WebPartManager^ get();
}

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

.NET Framework
Available since 2.0
Return to top
Show: