MessageQueueInstaller.MulticastAddress Property

Definition

Introduced in MSMQ 3.0. Gets or sets the multicast address associated with the queue.

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

Property Value

A String that contains a valid multicast address (in the form shown below) or null, which indicates that the queue is not associated with a multicast address.

<address>:<port>  

Exceptions

MSMQ 3.0 is not installed.

Applies to

See also