Compartir a través de


ITestConfiguration.State (Propiedad)

Obtiene o establece el estado actual de esta configuración de prueba.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.TeamFoundation.TestManagement.Client.TestConfigurationState
El estado actual de esta configuración de prueba.

Seguridad de .NET Framework

Vea también

Referencia

ITestConfiguration Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)

TestConfigurationState