MsmqIntegrationMessageProperty.DestinationQueue Property

Definition

Gets or sets the intended destination queue for the message.

public:
 property Uri ^ DestinationQueue { Uri ^ get(); };
public Uri DestinationQueue { get; }
member this.DestinationQueue : Uri
Public ReadOnly Property DestinationQueue As Uri

Property Value

Uri

The intended destination queue for the message.

Remarks

Most commonly used to determine the original destination of a message that arrived in a journal or dead-letter queue.

Applies to