Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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
The collection of test result parameters for this test step result.
See Also
TestParameterCollection
ITestStepResult Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top