MessageQueueInstaller.MulticastAddress 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在 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 尚未安裝。