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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.