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

public enum TestPlanState
public enum class TestPlanState
type TestPlanState
Public Enumeration TestPlanState

Members

Member name Description
Active

The plan is active.

Inactive

The plan is inactive.

None

The default setting.

See Also

ITestPlan
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top