ChannelName property: Message class
Description
This property references the name of the channel associated with the message definition.
Note:
This property has been desupported and remains for backward compatibility only. Use the Message class QueueName property instead.
See QueueName property: Message class.
This property is set when the message is created. The message instance keys are a subset of the publication and subscription contract keys. This property is one of the message instance keys: the others are PubID and PubNodeName for asynchronous messages, GUID and PubNodeName for synchronous messages.
This property is valid for both synchronous and asynchronous messages.
This property is read-only.
Example
&CHANNEL = &MSG.ChannelName
Related Topics