Share via


ITestRun.TestPlanId Property

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

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

Syntax

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

Property Value

Type: System.Int32
The ID of the test plan that contains this test run, or zero if this is an ad-hoc test run.

.NET Framework Security

See Also

Reference

ITestRun Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace