StateItem.IsDirty Property

Definition

Gets or sets a value indicating whether the StateItem object has been modified.

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

Property Value

true if the stored StateItem object has been modified; otherwise, false.

Applies to

See also