ITestCaseResult.TestRunId Property

 

Gets the ID of the test run that contains this result.

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

Syntax

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

Property Value

Type: System.Int32

The ID of the test run.

See Also

ITestCaseResult Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top