WebTestResultCondition.StopCondition 属性

获取或设置测试中冲突发生时停止网页性能测试执行的条件。

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

语法

声明
Public Property StopCondition As Boolean
    Get
    Friend Set
public bool StopCondition { get; internal set; }
public:
property bool StopCondition {
    bool get ();
    internal: void set (bool value);
}
member StopCondition : bool with get, internal set
function get StopCondition () : boolean
internal function set StopCondition (value : boolean)

属性值

类型:System.Boolean
测试中冲突发生时停止网页性能测试执行的条件。

.NET Framework 安全性

请参见

参考

WebTestResultCondition 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间