SearchAttribute method: SearchAttribute class
Syntax
SearchAttribute(AttrName, AttrValue, CompareOperator)
Description
Use the SearchAttribute constructor to instantiate an instance of a SearchAttribute object.
Parameters
| Parameter | Description |
|---|---|
|
AttrName |
Specify the attribute name, as a string. |
|
AttrValue |
Specify the attribute value, as a string. |
|
CompareOperator |
Specify a comparison operator. |
Returns
A SearchAttribute object.
Example
import PSXP_REPORTMGR:SearchAttribute;
Local PSXP_REPORTMGR:SearchAttribute &oSearch = create PSXP_REPORTMGR:Search⇒
Attribute(&sAttrname, &sAttrVal, &compOpSrch);