The user action that has failed.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property UserAction As SelectTableEvent
C#
public SelectTableEvent UserAction { get; }
Visual C++
public:
property SelectTableEvent UserAction {
	SelectTableEvent get ();
}

See Also