Freigeben über


WebTest.LastResponse-Eigenschaft

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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResponse

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTest Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace