MSMQConn.Path Property

Definition

Gets or sets the path to the files.

public:
 property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
public string Path { get; set; }
member this.Path : string with get, set
Public Property Path As String

Property Value

A String that contains the path to the files.

Examples

The following code sample shows how to set the Path property.

msmqconn.Path = @"myServer\test";  

Applies to