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 连接名称的字符串。

实现

适用于