Share via


TestPlanState Enumeration

Provides the settings for the ITestPlan.State property.

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

Syntax

'Declaration
Public Enumeration TestPlanState
public enum TestPlanState
public enum class TestPlanState
type TestPlanState
public enum TestPlanState

Members

Member name Description
None The default setting.
Active The plan is active.
Inactive The plan is inactive.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestPlan