Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LoadTestContext::AgentName Property

 

Gets the name of the current agent.

Namespace:   Microsoft.VisualStudio.TestTools.LoadTesting
Assembly:  Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)

public:
property String^ AgentName {
	String^ get();
	internal: void set(String^ value);
}

Property Value

Type: System::String^

The name of the current agent.

Return to top
Show: