Share via


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";  

適用対象