MsmqMessage<T>.DestinationQueue Property

Definition

Gets the Uri of the destination queue for this 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 Uri of the destination queue for this message.

Examples

Console.WriteLine("The destination queue is {0}", message.DestinationQueue.ToString());
Console.WriteLine("The destination queue is {0}", message.DestinationQueue.ToString())

Applies to