Udostępnij za pośrednictwem


Właściwość WebTestResultDetails.WebTestIterations —

Pobiera listę wydajność sieci Web test iteracji.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

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

Wartość właściwości

Typ: List<WebTestResultIteration>
Lista iteracji test wydajności sieci Web.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

WebTestResultDetails Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting