다음을 통해 공유


WebMessageEncodingElement.BindingElementType 속성

정의

이 구성 요소에 의해 사용하도록 설정된 바인딩 요소의 형식을 가져옵니다.

public:
 virtual property Type ^ BindingElementType { Type ^ get(); };
public override Type BindingElementType { get; }
member this.BindingElementType : Type
Public Overrides ReadOnly Property BindingElementType As Type

속성 값

이 구성 요소에 의해 사용하도록 설정된 바인딩 요소의 형식인 WebMessageEncodingBindingElement입니다.

예제

static void Main(string[] args)  
{  
   WebMessageEncodingElement webMEE = new WebMessageEncodingElement();  
   Console.WriteLine("The BE type is: {0}", webMEE.BindingElementType);  
 }  

적용 대상