Condividi tramite


Proprietà IncludedWebTest.Path

Ottiene o imposta il percorso del file del test delle prestazioni Web incluso.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: String
Percorso file del test delle prestazioni Web incluso.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IncludedWebTest Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting