MatchOptions property
Read-write. Options controlling selection criteria used for MQGET. The initial value is MQMO_MATCH_MSG_ID + MQMO_MATCH_CORREL_ID.
- Defined in:
- MQGetMessageOptions class
- Data Type:
- Long
- Values:
- See the WebSphere MQ Application Programming Reference
Syntax:
To get: matchoptions& = GetOpts.MatchOptionsTo set: GetOpts.MatchOptions =matchoptions&