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 A 包含有效的多播位址(如下所示形式)null或 ,表示該佇列與多播位址無關聯。

<address>:<port>

例外狀況

MSMQ 3.0 尚未安裝。

適用於

另請參閱