Condividi tramite


Proprietà WebTestResultDetails.WebTestIterations

Ottiene l'elenco delle iterazioni del test Web.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

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

Valore proprietà

Tipo: System.Collections.Generic.List<WebTestResultIteration>
L'elenco delle iterazioni del test Web.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestResultDetails Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting