Specifies the location of the queue that will be referenced by this object. The syntax is: Public Queue: machineName\queueName Private Queue: machineName\Private$\queueName Journal Queue: machineName\queueName\Journal$ Machine Journal Queue: machineName\Journal$ Machine Deadletter Queue: machineName\Deadletter$ Machine Transactional Deadletter Queue: machineName\XactDeadletter$ Reference by format name FormatName:[format name] Referece by label Label:[label] Note: Use . for local machine.
[Visual Basic] Public Property Path As String [C#] public string Path {get; set;} [C++] public: __property String* get_Path(); public: __property void set_Path(String*); [JScript] public function get Path() : String; public function set Path(String);
MessageQueueInstaller Class | MessageQueueInstaller Members | System.Messaging Namespace