Partilhar via


Propriedade AgentContext.Name

Obtém ou define o nome totalmente qualificado do agente, conforme registrado com o controlador de teste.

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

Sintaxe

'Declaração
Public Property Name As String
    Get
    Friend Set
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 propriedade

Tipo: System.String
O nome totalmente qualificado do agente de registrados com o T:Microsoft.TeamFoundation.TestManagement.Client.ITestController.

Segurança do .NET Framework

Consulte também

Referência

AgentContext Classe

Namespace Microsoft.VisualStudio.TestTools.Execution

ITestController