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
Active The plan is active.
Inactive The plan is inactive.
None The default setting.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestPlan