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.

WebTestResultDetails::WebTestIterations Property

 

Gets the list of Web performance test iterations.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
property List<WebTestResultIteration^>^ WebTestIterations {
	List<WebTestResultIteration^>^ get();
	internal: void set(List<WebTestResultIteration^>^ value);
}

Property Value

Type: System.Collections.Generic::List<WebTestResultIteration^>^

The list of Web performance test iterations.

Return to top
Show: