Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |