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
- 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.
See Also
Reference
ITestIterationResult Interface