次の方法で共有


UdpBindingElement.MulticastInterfaceId プロパティ

定義

UDP バインディング要素で使用されるネットワーク アダプターの値を取得または設定します。

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

プロパティ値

UDP バインディング要素で使用されるネットワーク アダプターの値。

属性

適用対象