Share via


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

'Declaration
ReadOnly Property Parameters As TestResultParameterCollection
TestResultParameterCollection Parameters { get; }
property TestResultParameterCollection^ Parameters {
    TestResultParameterCollection^ get ();
}
abstract Parameters : TestResultParameterCollection with get
function get Parameters () : TestResultParameterCollection

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.TestResultParameterCollection
A collection of the parameters, including values, that are extracted from the test results.

.NET Framework Security

See Also

Reference

ITestIterationResult Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

TestResultParameterCollection