Aracılığıyla paylaş


WebTest.LastResponse Özellik

Bu Web performans sınaması, üst düzey bir istek için alınan son yanıtı alır.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

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

Özellik Değeri

Tür: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResponse
WebTestResponse nesnesi

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTest Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı