Sdílet prostřednictvím


CountingLoopRule.IterationsCount – vlastnost

Získá nebo nastaví počet iterací.

Obor názvů:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Sestavení:  Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

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

Hodnota vlastnosti

Typ: Double
Počet iterací.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

CountingLoopRule Třída

Microsoft.VisualStudio.TestTools.WebTesting.Rules – obor názvů