Proprietà WebTestContext.AgentCount

Ottiene il numero totale degli agenti utilizzati nell'esecuzione dei test corrente.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property AgentCount As Integer
public int AgentCount { get; }
public:
property int AgentCount {
    int get ();
}
member AgentCount : int with get
function get AgentCount () : int

Valore proprietà

Tipo: System.Int32
Il numero di agenti utilizzati nell'esecuzione dei test corrente.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WebTestContext Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.WebTesting

Altre risorse

Working with Agents