ParameterList.Item[String] Property
Specifies the list of secondary parameters.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v24.1.dll
NuGet Package: DevExpress.EasyTest
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A string that is the parameter’s name. |
Property Value
Type | Description |
---|---|
DevExpress.EasyTest.Framework.Parameter | The Parameter object that specifies the secondary parameter. |
Remarks
To access the parameter value, use the Parameter.Value property.
See Also