MsmqIntegrationMessageProperty.DestinationQueue 属性

定义

获取或设置消息的预期目标队列。

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

属性值

Uri

消息的预期目标队列。

注解

通常用于确定到达日记队列或死信队列的消息的原始目标。

适用于