Count of tests covering the executable.

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

Syntax

C#
public int TestsCount { get; internal set; }
Visual Basic
Public Property TestsCount As Integer
	Get
	Friend Set
Visual C++
public:
property int TestsCount {
	int get ();
	internal: void set (int value);
}

See Also