Share via


ITestElement.AgentAttributes Property

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

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

Syntax

'Declaration
ReadOnly Property AgentAttributes As StringDictionary
StringDictionary AgentAttributes { get; }
property StringDictionary^ AgentAttributes {
    StringDictionary^ get ();
}
abstract AgentAttributes : StringDictionary with get
function get AgentAttributes () : StringDictionary

Property Value

Type: StringDictionary
A dictionary of agent attributes.

.NET Framework Security

See Also

Reference

ITestElement Interface

Microsoft.VisualStudio.TestTools.Common Namespace