PropertyData.Dirty Property

Definition

Gets or sets the value that indicates whether a PropertyData object has been modified since the last time the data was saved.

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

Property Value

true if the PropertyData has been modified since the last time the data was saved; otherwise, false.

Applies to