TestRunConfiguration.TestSettingsProperties Property
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public ReadOnly Property TestSettingsProperties As Dictionary(Of String, String)
public Dictionary<string, string> TestSettingsProperties { get; }
public:
property Dictionary<String^, String^>^ TestSettingsProperties {
Dictionary<String^, String^>^ get ();
}
member TestSettingsProperties : Dictionary<string, string> with get
function get TestSettingsProperties () : Dictionary<String, String>
Property Value
Type: Dictionary<String, String>
.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.