Sdílet prostřednictvím


WebMessageEncodingElement.BindingElementType Vlastnost

Definice

Získá typ elementu vazby povolené tímto konfiguračním elementem.

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

Hodnota vlastnosti

Typ elementu vazby povoleného tímto elementem konfigurace: WebMessageEncodingBindingElement.

Příklady

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

Platí pro