WebTestResultLoop.NumberOfIterations 属性

获取或设置迭代数。

命名空间:  Microsoft.VisualStudio.TestTools.WebTesting
程序集:  Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

语法

声明
Public Property NumberOfIterations As Integer
    Get
    Friend Set
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 命名空间