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 연결 이름을 포함하는 문자열입니다.

구현

적용 대상