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
public enum TestConfigurationState
public enum class TestConfigurationState
type TestConfigurationState
Public Enumeration 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
ITestConfiguration
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top