Share via


StateItem.IsDirty Propiedad

Definición

Obtiene o establece un valor que indica si se ha modificado el objeto StateItem.

public:
 property bool IsDirty { bool get(); void set(bool value); };
public bool IsDirty { get; set; }
member this.IsDirty : bool with get, set
Public Property IsDirty As Boolean

Valor de propiedad

Es true si el objeto StateItem almacenado se ha modificado; en caso contrario, es false.

Se aplica a

Consulte también