ITestBase.TestParameters Property

 

Gets a collection of all parameters that are used in the test steps in this test and all parameters that are included in any shared steps.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

TestParameterCollection TestParameters { get; }
property TestParameterCollection^ TestParameters {
    TestParameterCollection^ get();
}
abstract TestParameters : TestParameterCollection with get
ReadOnly Property TestParameters As TestParameterCollection

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.TestParameterCollection

The collection of all parameters that are used in this test.

See Also

TestParameterCollection
ITestBase Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top