Partager via


CollectorDataEntry.AgentName, propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Obtient le nom de l'agent de test.

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

Syntaxe

'Déclaration
Public ReadOnly Property AgentName As String
    Get
public string AgentName { get; }
public:
property String^ AgentName {
    String^ get ();
}
member AgentName : string
function get AgentName () : String

Valeur de propriété

Type : System.String
Nom de l'agent de test.

Sécurité .NET Framework

Voir aussi

Référence

CollectorDataEntry Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms