WebMessageEncodingElement.BindingElementType Egenskap

Definition

Hämtar typen av bindningselement som aktiveras av det här konfigurationselementet.

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

Egenskapsvärde

Typen av bindningselement som aktiveras av det här konfigurationselementet: WebMessageEncodingBindingElement.

Exempel

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

Gäller för