Condividi tramite


Proprietà TestRunConfiguration.AgentProperties

Ottiene una tabella hash che è costituita dalle chiavi e dai valori che rappresentano le proprietà dell'agente specificato.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property AgentProperties As StringDictionary
public StringDictionary AgentProperties { get; }
public:
property StringDictionary^ AgentProperties {
    StringDictionary^ get ();
}
member AgentProperties : StringDictionary with get
function get AgentProperties () : StringDictionary

Valore proprietà

Tipo: System.Collections.Specialized.StringDictionary
Tabella hash.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TestRunConfiguration Classe

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

StringDictionary