Udostępnij za pośrednictwem


Właściwość WebTest.LastResponse —

Pobiera ostatniej odpowiedzi, który został odebrany w tym badaniu wydajności sieci Web najwyższego poziomu żądania.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

'Deklaracja
Public Property LastResponse As WebTestResponse
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)

Wartość właściwości

Typ: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResponse
A WebTestResponse object.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

WebTest Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting