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::Details Property

 

Gets a value that represents the test results.

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

public:
property WebTestResultDetails^ Details {
	WebTestResultDetails^ get();
}

Property Value

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

Returns a WebTestResultDetails object that represents the test results.

Return to top
Show: