ForLoopRule.TerminatingValue 属性

获取或设置终止值。

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

语法

声明
Public Property TerminatingValue As Double
    Get
    Set
public double TerminatingValue { get; set; }
public:
property double TerminatingValue {
    double get ();
    void set (double value);
}
member TerminatingValue : float with get, set
function get TerminatingValue () : double
function set TerminatingValue (value : double)

属性值

类型:System.Double
终止值。

.NET Framework 安全性

请参见

参考

ForLoopRule 类

Microsoft.VisualStudio.TestTools.WebTesting.Rules 命名空间