RecordFields property

Read-write. Flags indicating which fields are to be customized on a per-queue basis when putting a message to a distribution list. The initial value is zero.

This property corresponds to the PutMsgRecFields flags in the MQI MQPMO structure. In the MQI, these flags control which fields (in the MQPMR structure) are present and used by the MQPUT. In an MQPutMessageOptions object these fields are always present and the flags therefore only affect which fields are used by the Put. See the WebSphere MQ Application Programming Reference for further details.

Defined in:

MQPutMessageOptions class

Data Type:

Long

Syntax:
To get: recordfields& = PutOpts.RecordFields

To set: PutOpts.RecordFields = recordfields&