Compartir a través de


WebTestRequestResult.Response (Propiedad)

Obtiene o establece la respuesta de la prueba de rendimiento web.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
Public Property Response As WebTestResponse
public WebTestResponse Response { get; set; }
public:
property WebTestResponse^ Response {
    WebTestResponse^ get ();
    void set (WebTestResponse^ value);
}
member Response : WebTestResponse with get, set
function get Response () : WebTestResponse
function set Response (value : WebTestResponse)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResponse
Respuesta de la prueba de rendimiento web.

Seguridad de .NET Framework

Vea también

Referencia

WebTestRequestResult Clase

Microsoft.VisualStudio.TestTools.WebTesting (Espacio de nombres)