IMessageCorrelationKey Property
            Applies to Guaranteed messages (where DeliveryMode is Persistent or Non-persistent).
            When set on a message, the correlation key is
            returned in a message acknowledgment event.
            If not present, null is returned. CorrelationKey is local to the current application,
            it is not transmitted on the wire.
            
Namespace: SolaceSystems.Solclient.MessagingAssembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.28.2
Object CorrelationKey { get; set; }
Property Value
Object