IncludedWebTest.Path 属性

获取或设置所包括的 Web 性能测试的文件路径。

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

语法

声明
Public Property Path As String
    Get
    Set
public string Path { get; set; }
public:
property String^ Path {
    String^ get ();
    void set (String^ value);
}
member Path : string with get, set
function get Path () : String
function set Path (value : String)

属性值

类型:System.String
包含的 Web 性能测试的文件路径。

.NET Framework 安全性

请参见

参考

IncludedWebTest 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间