AgentContext.Name (Propiedad)

Obtiene o establece el nombre completo del agente como registrado con el controlador de pruebas.

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

Sintaxis

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

Valor de propiedad

Tipo: System.String
Nombre completo del agente tal y como se registra en T:Microsoft.TeamFoundation.TestManagement.Client.ITestController.

Seguridad de .NET Framework

Vea también

Referencia

AgentContext Clase

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

ITestController