CustomBinding.Elements Propiedad

Definición

Obtiene los elementos de enlace del enlace personalizado.

public:
 property System::ServiceModel::Channels::BindingElementCollection ^ Elements { System::ServiceModel::Channels::BindingElementCollection ^ get(); };
public System.ServiceModel.Channels.BindingElementCollection Elements { get; }
member this.Elements : System.ServiceModel.Channels.BindingElementCollection
Public ReadOnly Property Elements As BindingElementCollection

Valor de propiedad

BindingElementCollection

BindingElementCollection que contiene los elementos de enlace del enlace personalizado.

Se aplica a