Freigeben über


WebTestResultDetails.WebTestIterations-Eigenschaft

Ruft die Liste der Webleistungstestiterationen ab.

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>)

Eigenschaftswert

Typ: System.Collections.Generic.List<WebTestResultIteration>
Die Liste der Webleistungstestiterationen.

.NET Framework-Sicherheit

Siehe auch

Referenz

WebTestResultDetails Klasse

Microsoft.VisualStudio.TestTools.WebTesting-Namespace