Partage via


PersonalizationState.IsDirty Propriété

Définition

Obtient une valeur indiquant si l'une des informations de personnalisation a été modifiée.

public:
 property bool IsDirty { bool get(); };
public bool IsDirty { get; }
member this.IsDirty : bool
Public ReadOnly Property IsDirty As Boolean

Valeur de propriété

Boolean

true si n'importe quelle instance d'état de personnalisation a été modifiée ; sinon, false.

Remarques

La WebPartPersonalization classe vérifie cette propriété pour déterminer si l’état de personnalisation doit être écrit dans le magasin de données sous-jacent.

S’applique à