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.
ITestIterationResult::Parameters Property
Gets a collection of the parameters, including values, that are extracted from the test results.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
property TestResultParameterCollection^ Parameters {
TestResultParameterCollection^ get();
}
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client::TestResultParameterCollection^A collection of the parameters, including values, that are extracted from the test results.
Show: