Partager via


WebTest.LastResponse, propriété

Obtient la dernière réponse reçue pour une requête de niveau supérieur dans ce test de performances Web.

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

Syntaxe

'Déclaration
Public Property LastResponse As WebTestResponse
    Get
    Friend Set
public WebTestResponse LastResponse { get; internal set; }
public:
property WebTestResponse^ LastResponse {
    WebTestResponse^ get ();
    internal: void set (WebTestResponse^ value);
}
member LastResponse : WebTestResponse with get, internal set
function get LastResponse () : WebTestResponse
internal function set LastResponse (value : WebTestResponse)

Valeur de propriété

Type : Microsoft.VisualStudio.TestTools.WebTesting.WebTestResponse
Objet WebTestResponse.

Sécurité .NET Framework

Voir aussi

Référence

WebTest Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms