Partager via


WebTestContext.AgentCount, propriété

Obtient le nombre total d'agents utilisés dans la série de tests en cours.

Espace de noms :  Microsoft.VisualStudio.TestTools.WebTesting
Assembly :  Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

Type : System.Int32
Nombre d'agents utilisés dans la série de tests en cours.

Sécurité .NET Framework

Voir aussi

Référence

WebTestContext Classe

Microsoft.VisualStudio.TestTools.WebTesting, espace de noms

Autres ressources

Working with Agents