Partilhar via


Propriedade IncludedWebTest.Path

Obtém ou define o caminho do arquivo de teste de desempenho da Web incluído.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

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

Valor de propriedade

Tipo: System.String
O caminho do arquivo do desempenho da Web incluído de teste.

Segurança do .NET Framework

Consulte também

Referência

IncludedWebTest Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting