Compartir a través de


CountingLoopRule.IterationsCount (Propiedad)

Obtiene o establece el número de iteraciones.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
Public Property IterationsCount As Double
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)

Valor de propiedad

Tipo: System.Double
Número de iteraciones.

Seguridad de .NET Framework

Vea también

Referencia

CountingLoopRule Clase

Microsoft.VisualStudio.TestTools.WebTesting.Rules (Espacio de nombres)