ITestPlan.State Property
Note: This API is now obsolete.
Gets or sets the current state of this test plan.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
[ObsoleteAttribute("This property is obsolete. Status property in ITestPlan2 should be used instead.")]
TestPlanState State { get; set; }
[ObsoleteAttribute("This property is obsolete. Status property in ITestPlan2 should be used instead.")]
property TestPlanState State {
TestPlanState get();
void set(TestPlanState value);
}
[<ObsoleteAttribute("This property is obsolete. Status property in ITestPlan2 should be used instead.")>]
abstract State : TestPlanState with get, set
<ObsoleteAttribute("This property is obsolete. Status property in ITestPlan2 should be used instead.")>
Property State As TestPlanState
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.TestPlanState
The current state of this test plan.
See Also
TestPlanState
ITestPlan Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top