IMessage.ReplyTo Property
From Solclient
Solclient
| IMessageReplyTo Property |
Represents the reply-to destination.
Returns null if not present.
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
IDestination ReplyTo { get; set; }
Property ReplyTo As IDestination Get Set
property IDestination^ ReplyTo { IDestination^ get (); void set (IDestination^ value); }