Share via


MessageQueueInstaller.MulticastAddress 속성

정의

MSMQ 3.0에서 도입되었습니다. 큐에 연결된 멀티캐스트 주소를 가져오거나 설정합니다.

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

속성 값

아래 형식으로 된 올바른 멀티캐스트 주소가 들어 있는 String이거나, 큐가 멀티캐스트 주소에 연결되지 않았음을 나타내는 null입니다.

<address>:<port>  

예외

MSMQ 3.0이 설치되어 있지 않은 경우

적용 대상

추가 정보