Share via


IMessageQueueTask.MsmqConnection プロパティ

定義

MSMQ タスクが使用する接続の名前を取得します。値の設定も可能です。

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

プロパティ値

MSMQ 接続名です。

適用対象