IncludedWebTest.IsCodedWebTest 属性

获取或设置一个值,该值指示所包括的 Web 测试是否为编码 Web 测试。

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

语法

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

属性值

类型:System.Boolean
一个值,指示所包括的 Web 性能测试是否为编码 Web 性能测试。

.NET Framework 安全性

请参见

参考

IncludedWebTest 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间