GUID property: Message class
Description
This property returns a string representing a global unique identifier generated when the message was sent.
Note:
This property has been desupported and remains for backward compatibility only. Use the Message class TransactionId property instead.
See OperationVersion property: Message class.
This property returns the unique identifier used with the message.
This property is valid only for synchronous messages.
This property is read-only.
Example
Local Message &request;
Local String &guid;
&request = %IntBroker.GetMessage();
&guid = &request.GUID;