UdpBindingElement.MulticastInterfaceId Eigenschap

Definitie

Hiermee wordt de waarde opgehaald of ingesteld van de netwerkadapter die wordt gebruikt in een UDP-bindingselement.

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

Waarde van eigenschap

De waarde van de netwerkadapter die wordt gebruikt in een UDP-bindingselement.

Kenmerken

Van toepassing op