IncludedWebTest.InheritWebTestSettings 属性

获取或设置一个值,该值表示所包括的 Web 性能测试是否继承父 Web 性能测试中的设置。

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

语法

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

属性值

类型:System.Boolean
一个值,指示所包括的 Web 性能测试是否继承父 Web 性能测试中的设置。

.NET Framework 安全性

请参见

参考

IncludedWebTest 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间