TestElement.AgentAttributes Property

Gets a dictionary of agent attributes.

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

Syntax

'Declaration
Public Overridable ReadOnly Property AgentAttributes As StringDictionary
public virtual StringDictionary AgentAttributes { get; }
public:
virtual property StringDictionary^ AgentAttributes {
    StringDictionary^ get ();
}
abstract AgentAttributes : StringDictionary
override AgentAttributes : StringDictionary
function get AgentAttributes () : StringDictionary

Property Value

Type: System.Collections.Specialized.StringDictionary
A dictionary of agent attributes.

Implements

ITestElement.AgentAttributes

.NET Framework Security

See Also

Reference

TestElement Class

Microsoft.VisualStudio.TestTools.Common Namespace