NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Message.DestinationQueue

Identifies the original destination queue for a message. It is typically used to determine the original destination of a message that is in a journal or dead-letter queue, however it can also be used when sending a response message back to a response queue.

[Visual Basic]
Overridable Public ReadOnly Property DestinationQueue As _
   MessageQueue
[C#]
public MessageQueue DestinationQueue {virtual get;}
[C++]
public: __property virtual MessageQueue* get_DestinationQueue();
[JScript]
public function get DestinationQueue() : MessageQueue;

See Also

Message Class | Message Members | System.Messaging Namespace