Linguaggio

MSMQConn.Path Proprietà

Definizione

Ottiene o imposta il percorso verso i 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à

Una stringa che contiene il percorso verso i file.

Esempio

Il seguente esempio di codice mostra come impostare la Path proprietà.

msmqconn.Path = @"myServer\test";  

Si applica a