Skip to main content
.NET 6.0+

ParameterList.Item[String] Property

Specifies the list of secondary parameters.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v23.2.dll

NuGet Package: DevExpress.EasyTest

Declaration

public Parameter this[string name] { get; }

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