共用方式為


WebTestContext.AgentId 屬性

取得目前代理程式的索引 (以零起始)。

命名空間:  Microsoft.VisualStudio.TestTools.WebTesting
組件:  Microsoft.VisualStudio.QualityTools.WebTestFramework (在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)

語法

'宣告
Public ReadOnly Property AgentId As Integer
public int AgentId { get; }
public:
property int AgentId {
    int get ();
}
member AgentId : int with get
function get AgentId () : int

屬性值

型別:System.Int32
目前代理程式的索引值。

.NET Framework 安全性

請參閱

參考

WebTestContext 類別

Microsoft.VisualStudio.TestTools.WebTesting 命名空間

其他資源

Working with Agents