Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebTestResultViewer::SelectedRequestItem Property

 

Gets the result of the currently selected request.

Namespace:   Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestPackage (in Microsoft.VisualStudio.QualityTools.LoadTestPackage.dll)

public:
property WebTestRequestResult^ SelectedRequestItem {
	WebTestRequestResult^ get();
}

Property Value

Type: Microsoft.VisualStudio.TestTools.WebTesting::WebTestRequestResult^

Returns a WebTestRequestResult object that represents the result of the currently selected request.

Return to top
Show: