Partager via


ITestConfiguration.State, propriété

Obtient ou définit l'état actuel de la configuration de test.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
Property State As TestConfigurationState
    Get
    Set
TestConfigurationState State { get; set; }
property TestConfigurationState State {
    TestConfigurationState get ();
    void set (TestConfigurationState value);
}
abstract State : TestConfigurationState with get, set
function get State () : TestConfigurationState
function set State (value : TestConfigurationState)

Valeur de propriété

Type : Microsoft.TeamFoundation.TestManagement.Client.TestConfigurationState
Obtient l'état actuel de la configuration de test.

Sécurité .NET Framework

Voir aussi

Référence

ITestConfiguration Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms

TestConfigurationState