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 连接名称。

适用于