MessageQueueInstaller.MulticastAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.