WebPartPersonalization.IsInitialized 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 value that indicates whether personalization is enabled and has successfully loaded personalization data for this instance of the WebPartPersonalization class.
protected:
property bool IsInitialized { bool get(); };
[System.ComponentModel.Browsable(false)]
protected bool IsInitialized { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsInitialized : bool
Protected ReadOnly Property IsInitialized As Boolean
Property Value
true
if personalization is initialized for this instance; otherwise, false
.
- Attributes
Remarks
If the personalization feature is enabled (if the Enabled property is set to true
), the WebPartPersonalization instance is considered initialized immediately after the associated WebPartManager's OnInit method has successfully completed (during which the Load method is called). Prior to loading personalization data, this property always returns false
.