The file name of the project if it has been saved. If the project has not been saved then the file name is String.Empty

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

Syntax

Visual Basic (Declaration)
Public Property FileName As String
C#
public string FileName { get; set; }
Visual C++
public:
property String^ FileName {
	String^ get ();
	void set (String^ value);
}

See Also