TestConfigurationState Enumeration

Enumerates the possible values that indicate the state of a test configuration.

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

Syntax

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

Members

Member name Description
Active The configuration can be used for new test runs.
Inactive The configuration has been retired and should not be used for new test runs.
None No state setting.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestConfiguration