Partager via


CountingLoopRule.IterationsCount, propriété

Obtient ou définit le nombre d'itérations.

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

Syntaxe

'Déclaration
Public Property IterationsCount As Double
    Get
    Set
public double IterationsCount { get; set; }
public:
property double IterationsCount {
    double get ();
    void set (double value);
}
member IterationsCount : float with get, set
function get IterationsCount () : double
function set IterationsCount (value : double)

Valeur de propriété

Type : System.Double
Nombre d'itérations.

Sécurité .NET Framework

Voir aussi

Référence

CountingLoopRule Classe

Microsoft.VisualStudio.TestTools.WebTesting.Rules, espace de noms