ITestElement.AgentAttributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.