Udostępnij za pośrednictwem


Właściwość WebTestContext.AgentId —

Pobiera indeks od zera dla bieżącego agenta.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.WebTesting
Zestaw:  Microsoft.VisualStudio.QualityTools.WebTestFramework (w Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Składnia

'Deklaracja
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

Wartość właściwości

Typ: Int32
Wartość indeksu bieżącego agenta.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

WebTestContext Klasa

Przestrzeń nazw Microsoft.VisualStudio.TestTools.WebTesting

Inne zasoby

Working with Agents