Compartilhar via


Propriedade ITestConfiguration.State

Obtém ou define o estado atual da configuração de teste.

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

Sintaxe

'Declaração
Property State As TestConfigurationState
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)

Valor de propriedade

Tipo: Microsoft.TeamFoundation.TestManagement.Client.TestConfigurationState
O estado atual da configuração de teste.

Segurança do .NET Framework

Consulte também

Referência

ITestConfiguration Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client

TestConfigurationState