Condividi tramite


Proprietà AgentContext.Name

Ottiene o imposta il nome completo dell'agente come registrati con il controller di test.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String
Il nome completo dell'agente come registrato con T:Microsoft.TeamFoundation.TestManagement.Client.ITestController.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AgentContext Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Execution

ITestController