DefaultMessageVersion property: Message class

Description

This property returns the default version of the message as a string.

Note:

This property has been desupported and remains for backward compatibility only. Use the Message class OperationVersion property instead.

See OperationVersion property: Message class.

This is the message version from the pub/sub contract, not the default message version of the message defined in the current system.

This property is valid for both synchronous and asynchronous messages.

This property is read-only.

Example

Local Message &MSG;
Local String &VER;

&MSG = %IntBroker.GetMessage();
&VER = &MSG.DefaultMessageVersion;