Compartilhar via


ISession.TestConfigurationName Propriedade

 

O nome da configuração essa sessão foi executado contra.

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

Sintaxe

string TestConfigurationName { get; set; }
property String^ TestConfigurationName {
    String^ get();
    void set(String^ value);
}
abstract TestConfigurationName : string with get, set
Property TestConfigurationName As String

Valor de propriedade

Type: System.String

Retorne String.

Consulte também

Interface ISession
Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo