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.

WebTestContext::AgentId Property

 

Gets the zero-based index for the current agent.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
property int AgentId {
	int get();
}

Property Value

Type: System::Int32

The index value of the current agent.

Return to top
Show: