IRunContext.AgentName 属性

定义

获取正在运行测试的计算机的名称。

public:
 property System::String ^ AgentName { System::String ^ get(); };
public string AgentName { get; }
member this.AgentName : string
Public ReadOnly Property AgentName As String

属性值

String

正在运行测试的计算机的名称。

适用于