Partager via


WebTestResultDetails.WebTestIterations, propriété

Obtient la liste des itérations de tests de performances Web.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
Public Property WebTestIterations As List(Of WebTestResultIteration)
    Get
    Friend Set
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>)

Valeur de propriété

Type : System.Collections.Generic.List<WebTestResultIteration>
La liste des itérations de tests de performances Web.

Sécurité .NET Framework

Voir aussi

Référence

WebTestResultDetails Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms