MessageQueueTask.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接続名を含む文字列です。

実装

適用対象