PersonalizationState::IsDirty Property

 

Gets a value that indicates whether any personalization information has changed.

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

public:
property bool IsDirty {
	bool get();
}

Property Value

Type: System::Boolean

true if any personalization state instance has changed (is "dirty"); otherwise, false.

The WebPartPersonalization class checks this property to determine whether the personalization state needs to be written back to the underlying data store.

.NET Framework
Available since 2.0
Return to top
Show: