Udostępnij za pośrednictwem


WebMessageEncodingElement.BindingElementType Właściwość

Definicja

Pobiera typ elementu powiązania włączone przez ten element konfiguracji.

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

Wartość właściwości

Type

Typ elementu powiązania włączonego przez ten element konfiguracji: WebMessageEncodingBindingElement .

Przykłady

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

Dotyczy