The time at which the project was last compared.

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

Syntax

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

See Also