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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.