Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 with get
override AgentAttributes : StringDictionary with get
function get AgentAttributes () : StringDictionary
Property Value
Type: StringDictionary
A dictionary of agent attributes.
Implements
.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.