言語

MSMQConn.Path プロパティ

定義

ファイルのパスを取得するか設定します。

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

プロパティ値

ファイルへのパスを含む文字列です。

以下のコードサンプルは、 Path プロパティの設定方法を示しています。

msmqconn.Path = @"myServer\test";  

適用対象