Gets the last response that was received for a top-level request in this Web performance test.
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)