[TIBCO.EMS .NET client library 6.3 documentation]

Gets and Sets the message's replyto value.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public Destination ReplyTo { get; set; }
Public Property ReplyTo As Destination
public:
property Destination^ ReplyTo {
	Destination^ get ();
	void set (Destination^ value);
}

Remarks

See Also