ValidationRuleResponseTimeGoal.Tolerance 属性

获取或设置超出其目标时间的响应时间的公差。

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

语法

声明
Public Property Tolerance As Double
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)

属性值

类型:System.Double
公差值。

.NET Framework 安全性

请参见

参考

ValidationRuleResponseTimeGoal 类

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