Compartilhar via


Propriedade ISession.TestConfigurationName

O nome da configuração a sessão foi executado em.

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

Sintaxe

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

Valor de propriedade

Tipo: System.String
Retorna String.

Segurança do .NET Framework

Consulte também

Referência

ISession Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client