Compartir a través de


ForLoopRule.TerminatingValue (Propiedad)

Obtiene o establece el valor de terminación.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Ensamblado:  Microsoft.VisualStudio.QualityTools.WebTestFramework (en Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxis

'Declaración
Public Property TerminatingValue As Double
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)

Valor de propiedad

Tipo: System.Double
Valor de terminación.

Seguridad de .NET Framework

Vea también

Referencia

ForLoopRule Clase

Microsoft.VisualStudio.TestTools.WebTesting.Rules (Espacio de nombres)