Partager via


IncludedWebTest.Path, propriété

Obtient ou définit le chemin d'accès du fichier du test de performances Web inclus.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public Property Path As String
    Get
    Set
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)

Valeur de propriété

Type : System.String
Le chemin d'accès du test de performances du site Web inclu.

Sécurité .NET Framework

Voir aussi

Référence

IncludedWebTest Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms