DataCollectorMessageInfo.AgentName (Propiedad)

Obtiene o establece el nombre para mostrar del agente para el recopilador de datos que envió el mensaje.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.Common
Ensamblado:  Microsoft.VisualStudio.QualityTools.Common (en Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxis

'Declaración
Public Property AgentName As String
public string AgentName { get; private set; }
public:
property String^ AgentName {
    String^ get ();
    private: void set (String^ value);
}
member AgentName : string with get, private set
function get AgentName () : String
private function set AgentName (value : String)

Valor de propiedad

Tipo: System.String
El nombre para mostrar del agente para el recopilador de datos que envió el mensaje.

Seguridad de .NET Framework

Vea también

Referencia

DataCollectorMessageInfo Clase

Microsoft.VisualStudio.TestTools.Common (Espacio de nombres)