RanorexRanorex Documentation
DirtyIfEqualValue Property
NamespacesRanorex.CoreConfiguration..::.ConfigurationParamDirtyIfEqualValue
Gets or sets a value indicating whether the Dirty flag is set when setting the Value even if the old and the new values are equal.
Declaration Syntax
C#Visual BasicVisual C++
public bool DirtyIfEqualValue { get; set; }
Public Property DirtyIfEqualValue As Boolean
public:
property bool DirtyIfEqualValue {
	bool get ();
	void set (bool value);
}
Value
true if the Dirty flag is set when setting the Value even if the old and the new values are equal; otherwise, false.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.4.23593 (4.0.4.23593)