True if the project has not yet been saved.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsNewProject As Boolean
C#
public bool IsNewProject { get; }
Visual C++
public:
property bool IsNewProject {
	bool get ();
}

See Also