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
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
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen güvenilen kod kitaplıklarını kullanma.