ITestConfiguration.State Property

 

Gets or sets the current state of this test configuration.

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

Syntax

TestConfigurationState State { get; set; }
property TestConfigurationState State {
    TestConfigurationState get();
    void set(TestConfigurationState value);
}
abstract State : TestConfigurationState with get, set
Property State As TestConfigurationState

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.TestConfigurationState

The current state of this test configuration.

See Also

TestConfigurationState
ITestConfiguration Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top