Partilhar via


Propriedade CollectorDataEntry.AgentDisplayName

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Obtém o nome de exibição amigável para o agente de teste.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
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

Valor de propriedade

Tipo: System.String
O nome de exibição amigável para o agente de teste.

Segurança do .NET Framework

Consulte também

Referência

CollectorDataEntry Classe

Namespace Microsoft.VisualStudio.TestTools.Common