ITestConfiguration.Values Property

 

Gets a dictionary of named values for this configuration.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

IDictionary<string, string> Values { get; }
property IDictionary<String^, String^>^ Values {
    IDictionary<String^, String^>^ get();
}
abstract Values : IDictionary<string, string> with get
ReadOnly Property Values As IDictionary(Of String, String)

Property Value

Type: System.Collections.Generic.IDictionary<StringString>

A dictionary of named values.

Remarks

The value settings must be unique to this configuration. No other configurations that have the same set of name/value pairs can exist.

See Also

ITestConfiguration Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top