共用方式為


ForLoopRule.IncrementValue 屬性

取得或設定累加值。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
Public Property IncrementValue As Double
public double IncrementValue { get; set; }
public:
property double IncrementValue {
    double get ();
    void set (double value);
}
member IncrementValue : float with get, set
function get IncrementValue () : double
function set IncrementValue (value : double)

屬性值

型別:System.Double
累加值。

.NET Framework 安全性

請參閱

參考

ForLoopRule 類別

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