The destination that the consumer of this message should send replies to
Namespace:
Apache.NMSAssembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Property NMSReplyTo As IDestination Get Set |
| C# |
|---|
IDestination NMSReplyTo { get; set; } |
| Visual C++ |
|---|
property IDestination^ NMSReplyTo { IDestination^ get (); void set (IDestination^ value); } |
| JavaScript |
|---|
function get_nmsReplyTo(); function set_nmsReplyTo(value); |