Aracılığıyla paylaş


WebTestRequestResult.Response Özellik

Alır veya ayarlar Web performans sınama yanıt.

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

Sözdizimi

'Bildirim
Public Property Response As WebTestResponse
    Get
    Set
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)

Özellik Değeri

Tür: Microsoft.VisualStudio.TestTools.WebTesting.WebTestResponse
Web performans sınama yanıtı.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

WebTestRequestResult Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı