ITestRun.NotApplicableTests Property

 

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

Syntax

int NotApplicableTests { get; }
property int NotApplicableTests {
    int get();
}
abstract NotApplicableTests : int with get
ReadOnly Property NotApplicableTests As Integer

Property Value

Type: System.Int32

See Also

ITestRun Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top