Compartir a través de


WebMessageEncodingElement.BindingElementType Propiedad

Definición

Obtiene el tipo de elemento de enlace habilitado por este elemento de configuración.

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

Valor de propiedad

Type

Tipo del elemento de enlace habilitado por este elemento de configuración: WebMessageEncodingBindingElement.

Ejemplos

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

Se aplica a