Condividi tramite


Proprietà WebTest.LastResponse

Ottiene l'ultima risposta ricevuta per una richiesta di primo livello in questo test delle prestazioni Web.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResponse
Un oggetto WebTestResponse.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTest Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting