Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2010/.NET Framework 4

Other versions are also available for the following:
API Reference for Testing Tools for Visual Studio ALM
WebTest..::.LastResponse Property

Gets the last response that was received for a top-level request in this Web performance test.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Visual Basic
Public Property LastResponse As WebTestResponse
C#
public WebTestResponse LastResponse { get; internal set; }
Visual C++
public:
property WebTestResponse^ LastResponse {
    WebTestResponse^ get ();
    internal: void set (WebTestResponse^ value);
}
F#
member LastResponse : WebTestResponse with get, internal set
JScript
function get LastResponse () : WebTestResponse
internal function set LastResponse (value : WebTestResponse)
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker