Freigeben über


ValidationRuleResponseTimeGoal.Tolerance-Eigenschaft

Ruft die Toleranz für Antwortzeiten, die ihre Zielzeiten überschritten haben, ab oder legt sie fest.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting.Rules
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

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

Eigenschaftswert

Typ: System.Double
Der Toleranzwert.

.NET Framework-Sicherheit

Siehe auch

Referenz

ValidationRuleResponseTimeGoal Klasse

Microsoft.VisualStudio.TestTools.WebTesting.Rules-Namespace