ITestRunBase.TestPlanId Property
Returns the ID of the test plan that contains this run or 0 if this is an ad-hoc run.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
int TestPlanId { get; }
property int TestPlanId {
int get();
}
abstract TestPlanId : int with get
ReadOnly Property TestPlanId As Integer
Property Value
Type: System.Int32
Returns Int32.
See Also
ITestRunBase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top