ParameterList.MainParameter Property
Specifies the command’s primary parameter.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v22.1.dll
Declaration
Property Value
Type | Description |
---|---|
DevExpress.EasyTest.Framework.MainParameter | A MainParameter object that is the command’s primary parameter. |
Remarks
To access the parameter value, use the MainParameter.Value property.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the MainParameter property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.