Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Core 3.0+ platform documentation. This link will take you to the parent topic of the current section.

Command.Parameters Property

Gets parameters, passed to the EasyTest command.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v19.2.dll

Declaration

public ParameterList Parameters { get; }

Property Value

Type Description
ParameterList

A ParameterList object that exposes parameters of the EasyTest command.

Remarks

An EasyTest command can have a primary parameter and several secondary parameters. Additionally, an extra parameter can be passed as the primary parameter’s argument. An example of using this property is provided in the How to: Implement a Custom EasyTest Command topic. For the complete description of EasyTest syntax, refer to the EasyTest Script Reference topic.

See Also