Partager via


IncludedWebTest.TestId, propriété

Obtient ou définit une valeur de chaîne qui contient le TestId 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 TestId As String
    Get
    Set
public string TestId { get; set; }
public:
property String^ TestId {
    String^ get ();
    void set (String^ value);
}
member TestId : string with get, set
function get TestId () : String
function set TestId (value : String)

Valeur de propriété

Type : System.String
Valeur GUID qui indique le TestId du test de performances Web inclus.

Sécurité .NET Framework

Voir aussi

Référence

IncludedWebTest Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms