Поделиться через


WebTestResultLoop.NumberOfIterations - свойство

Получает или задает количество итераций.

Пространство имен:  Microsoft.VisualStudio.TestTools.WebTesting
Сборка:  Microsoft.VisualStudio.QualityTools.WebTestFramework (в Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Синтаксис

'Декларация
Public Property NumberOfIterations As Integer
public int NumberOfIterations { get; internal set; }
public:
property int NumberOfIterations {
    int get ();
    internal: void set (int value);
}
member NumberOfIterations : int with get, internal set
function get NumberOfIterations () : int
internal function set NumberOfIterations (value : int)

Значение свойства

Тип: System.Int32
Количество итераций.

Безопасность платформы .NET Framework

См. также

Ссылки

WebTestResultLoop Класс

Microsoft.VisualStudio.TestTools.WebTesting - пространство имен