The current project version. Used during serialization.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Version As Integer
C#
public int Version { get; }
Visual C++
public:
virtual property int Version {
	int get () sealed;
}

See Also