AgentContext.Name Property

Definition

Gets or sets the fully qualified name of the agent as registered with the test controller.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

The fully qualified name of the agent as registered with the T:Microsoft.TeamFoundation.TestManagement.Client.ITestController.

Applies to