Gets or sets the "replyTo" property.
A null is returned if the property is not set.
Namespace:
Kaazing.AMQPAssembly: Kaazing.AMQP (in Kaazing.AMQP.dll)
Syntax
Visual Basic |
---|
Public Property ReplyTo As String Get Set |
C# |
---|
public string ReplyTo { get; set; } |
Visual C++ |
---|
public: property String^ ReplyTo { String^ get (); void set (String^ value); } |