Share via


ITestRun.IncompleteTests Property

The number of tests that are not completed.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
ReadOnly Property IncompleteTests As Integer
int IncompleteTests { get; }
property int IncompleteTests {
    int get ();
}
abstract IncompleteTests : int with get
function get IncompleteTests () : int

Property Value

Type: Int32

.NET Framework Security

See Also

Reference

ITestRun Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace