Compartilhar via


Propriedade CollectorDataEntry.AgentName

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

Obtém o nome do 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 AgentName As String
    Get
public string AgentName { get; }
public:
property String^ AgentName {
    String^ get ();
}
member AgentName : string
function get AgentName () : String

Valor de propriedade

Tipo: System.String
O nome do agente de teste.

Segurança do .NET Framework

Consulte também

Referência

CollectorDataEntry Classe

Namespace Microsoft.VisualStudio.TestTools.Common