Compartilhar via


UdpTransportElement.MulticastInterfaceId Propriedade

Definição

Obtém ou define um valor que identifica exclusivamente o adaptador de rede usado ao enviar e receber mensagens de multicast.

public:
 property System::String ^ MulticastInterfaceId { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("multicastInterfaceId", DefaultValue=null)]
[System.Configuration.StringValidator]
public string MulticastInterfaceId { get; set; }
[<System.Configuration.ConfigurationProperty("multicastInterfaceId", DefaultValue=null)>]
[<System.Configuration.StringValidator>]
member this.MulticastInterfaceId : string with get, set
Public Property MulticastInterfaceId As String

Valor da propriedade

String

O valor do adaptador de rede que é usado em um elemento de associação UDP.

Atributos

Aplica-se a