Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
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)
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResponse
A WebTestResponse object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.