Condividi tramite


MSMQConn.Path Proprietà

Definizione

Ottiene o imposta il percorso dei file.

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

Valore della proprietà

Stringa che contiene il percorso dei file.

Esempio

Nell'esempio di codice seguente viene illustrato come impostare la Path proprietà.

msmqconn.Path = @"myServer\test";  

Si applica a