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
Get
public int AgentCount { get; }
public:
property int AgentCount {
int get ();
}
member AgentCount : int
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.TestTools.WebTesting, espace de noms