IMessage.ReplyTo Property

Solclient

IMessageReplyTo Property
version: 7.2.1.27
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)
Syntax
IDestination ReplyTo { get; set; }
Property ReplyTo As IDestination
	Get
	Set
property IDestination^ ReplyTo {
	IDestination^ get ();
	void set (IDestination^ value);
}

Property Value

Type: IDestination
See Also