ParameterList.ExtraParameter Property
Specifies an argument passed to the Functional Testing command’s primary parameter.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v24.1.dll
NuGet Package: DevExpress.EasyTest
Declaration
Property Value
Type | Description |
---|---|
DevExpress.EasyTest.Framework.MainParameter | A MainParameter object that specifies an argument passed to the Functional Testing command’s primary parameter. |
Remarks
To access the argument’s value, use the MainParameter.Value property.
See Also