Share via


Message.ReplyToSessionId Property

 

Gets or sets the session identifier to reply to.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)

Syntax

public string ReplyToSessionId { get; set; }
public:
property String^ ReplyToSessionId {
    String^ get();
    void set(String^ value);
}
member ReplyToSessionId : string with get, set
Public Property ReplyToSessionId As String

Property Value

Type: System.String

The session identifier to reply to.

See Also

Message Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top