다음을 통해 공유


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 바인딩 요소에 사용되는 네트워크 어댑터의 값입니다.

특성

적용 대상