AccountingTokenHex property

Read-write. The AccountingToken to be included in the MQPMR of a message when put on a queue.

Every two characters of the string represent the hexadecimal equivalent of a single ASCII character. For example, the pair of characters "6" and "1" represent the single character "A", the pair of characters "6" and "2" represent the single character "B" and so on.

You must supply 64 valid hexadecimal characters.

Its initial value is "0...0".

    Defined in:
    MQDistributionListItem class

    Data Type:
    String of 64 hexadecimal characters reqpresenting 32 ASCII characters.

Syntax: To get: accountingtokenh$ = MQDistributionListItem. AccountingTokenHex

To set: MQDistributionListItem. AccountingTokenHex = accountingtokenh$