Condividi tramite


Proprietà ValidationEventArgs.Response

ottiene WebTestResponse esegue la convalida.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Response As WebTestResponse
public WebTestResponse Response { get; }
public:
property WebTestResponse^ Response {
    WebTestResponse^ get ();
}
member Response : WebTestResponse with get
function get Response () : WebTestResponse

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ValidationEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting