Partager via


CollectorDataEntry.AgentDisplayName, 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 complet convivial 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 AgentDisplayName As String
public string AgentDisplayName { get; }
public:
property String^ AgentDisplayName {
    String^ get ();
}
member AgentDisplayName : string with get
function get AgentDisplayName () : String

Valeur de propriété

Type : String
Nom complet convivial de l'agent de test.

Sécurité .NET Framework

Voir aussi

Référence

CollectorDataEntry Classe

Microsoft.VisualStudio.TestTools.Common, espace de noms