ITestElement.AgentAttributes Property

Definition

Gets a dictionary of agent attributes or restrictions for the current test run.

public:
 property System::Collections::Specialized::StringDictionary ^ AgentAttributes { System::Collections::Specialized::StringDictionary ^ get(); };
public System.Collections.Specialized.StringDictionary AgentAttributes { get; }
member this.AgentAttributes : System.Collections.Specialized.StringDictionary
Public ReadOnly Property AgentAttributes As StringDictionary

Property Value

A dictionary of agent attributes.

Applies to