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)

Syntax

'Declaration
Public Property WebTestIterations As List(Of WebTestResultIteration)
public List<WebTestResultIteration> WebTestIterations { get; internal set; }
public:
property List<WebTestResultIteration^>^ WebTestIterations {
    List<WebTestResultIteration^>^ get ();
    internal: void set (List<WebTestResultIteration^>^ value);
}
member WebTestIterations : List<WebTestResultIteration> with get, internal set
function get WebTestIterations () : List<WebTestResultIteration>
internal function set WebTestIterations (value : List<WebTestResultIteration>)

Property Value

Type: System.Collections.Generic.List<WebTestResultIteration>
The list of Web performance test iterations.

.NET Framework Security

See Also

Reference

WebTestResultDetails Class

Microsoft.VisualStudio.TestTools.WebTesting Namespace