ITestIterationResult.Parameters Property
Gets a collection of the parameters, including values, that are extracted from the test results.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
TestResultParameterCollection Parameters { get; }
property TestResultParameterCollection^ Parameters {
TestResultParameterCollection^ get();
}
abstract Parameters : TestResultParameterCollection with get
ReadOnly Property Parameters As TestResultParameterCollection
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.TestResultParameterCollection
A collection of the parameters, including values, that are extracted from the test results.
See Also
TestResultParameterCollection
ITestIterationResult Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top