WebTestContext.ControllerName 属性

获取测试控制器计算机的名称。

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

语法

声明
Public ReadOnly Property ControllerName As String
    Get
public string ControllerName { get; }
public:
property String^ ControllerName {
    String^ get ();
}
member ControllerName : string
function get ControllerName () : String

属性值

类型:System.String
测试控制器计算机的名称。

.NET Framework 安全性

请参见

参考

WebTestContext 类

Microsoft.VisualStudio.TestTools.WebTesting 命名空间

其他资源

Controllers, Agents, and Rigs (original Ori)