Gets the current state of test engine.

Namespace: SSIS.Test
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
EngineState EngineState { get; }
Visual Basic
ReadOnly Property EngineState As EngineState
	Get
Visual C++
property EngineState EngineState {
	EngineState get ();
}

See Also