Partager via


ControlDesigner.IsDirty Propriété

Définition

Attention

The recommended alternative is to use Tag.SetDirty() and Tag.IsDirty. http://go.microsoft.com/fwlink/?linkid=14202

Obtient ou définit une valeur indiquant si le contrôle serveur Web a été signalé comme étant modifié.

public:
 property bool IsDirty { bool get(); void set(bool value); };
public bool IsDirty { get; set; }
[System.Obsolete("The recommended alternative is to use Tag.SetDirty() and Tag.IsDirty. http://go.microsoft.com/fwlink/?linkid=14202")]
public bool IsDirty { get; set; }
member this.IsDirty : bool with get, set
[<System.Obsolete("The recommended alternative is to use Tag.SetDirty() and Tag.IsDirty. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.IsDirty : bool with get, set
Public Property IsDirty As Boolean

Valeur de propriété

Boolean

true si le contrôle serveur Web a été modifié depuis la dernière fois qu'il a été rendu persistant ou chargé ; sinon, false.

Attributs

Remarques

Notes

La propriété IsDirty est obsolète. Utilisez la IsDirty propriété et la SetDirty méthode sur la propriété pour les Tag fonctionnalités équivalentes du concepteur de contrôles.

S’applique à

Voir aussi