Propriedade ITestCaseResult.TestConfigurationName

Obtém o nome da configuração de teste que está sendo executado no momento.

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

Sintaxe

'Declaração
ReadOnly Property TestConfigurationName As String
string TestConfigurationName { get; }
property String^ TestConfigurationName {
    String^ get ();
}
abstract TestConfigurationName : string with get
function get TestConfigurationName () : String

Valor de propriedade

Tipo: System.String
O nome da configuração de teste.

Segurança do .NET Framework

Consulte também

Referência

ITestCaseResult Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client