MSMQConn.Path 속성

정의

파일 경로를 가져오거나 설정합니다.

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

속성 값

파일의 경로를 포함하는 문자열입니다.

예제

다음 코드 샘플에서는 속성을 설정하는 Path 방법을 보여줍니다.

msmqconn.Path = @"myServer\test";  

적용 대상