True if the project has changes that have not yet been saved.

Namespace:  RedGate.SQLDataCompare.Engine
Assembly:  RedGate.SQLDataCompare.Engine (in RedGate.SQLDataCompare.Engine.dll)

Syntax

Visual Basic (Declaration)
Public Property Changed As Boolean
C#
public bool Changed { get; set; }
Visual C++
public:
property bool Changed {
	bool get ();
	void set (bool value);
}

See Also