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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。