ForLoopRule.IncrementValue Özellik
Alır veya artış değerini ayarlar.
Ad alanı: Microsoft.VisualStudio.TestTools.WebTesting.Rules
Derleme: Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)
Sözdizimi
'Bildirim
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)
Özellik Değeri
Tür: System.Double
Artış değeri.
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen güvenilen kod kitaplıklarını kullanma.