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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.