ITestStepResult.Parameters Property

Gets the collection of test result parameters for this test step result.

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
The collection of test result parameters for this test step result.

.NET Framework Security

See Also

Reference

ITestStepResult Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

TestParameterCollection