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.
ITestCaseResult::Iterations Property
Gets a collection of detailed results for each iteration of the test.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
property ITestIterationResultCollection^ Iterations {
ITestIterationResultCollection^ get();
}
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestIterationResultCollection^A collection of test iteration results.
Data-bound tests will create an iteration result for each data row.
Show: