MsmqIntegrationMessageProperty.AdministrationQueue Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the queue that receives the acknowledgment messages that Message Queuing (MSMQ) generates.
public:
 property Uri ^ AdministrationQueue { Uri ^ get(); void set(Uri ^ value); };public Uri AdministrationQueue { get; set; }member this.AdministrationQueue : Uri with get, setPublic Property AdministrationQueue As UriProperty Value
The queue that receives the acknowledgment messages that Message Queuing generates.
Remarks
The acknowledgment messages sent to the administration queue can indicate whether the original message reached its destination queue and whether it was removed from the queue.