Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

property IDictionary<String^, String^>^ Values {
	IDictionary<String^, String^>^ get();
}

Property Value

Type: System.Collections.Generic::IDictionary<String^, String^>^

A dictionary of named values.

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

Return to top
Show: