CustomBindingCollectionElement.ConfiguredBindings Property

Definition

Gets all the binding configuration elements contained in this element.

public:
 virtual property System::Collections::ObjectModel::ReadOnlyCollection<System::ServiceModel::Configuration::IBindingConfigurationElement ^> ^ ConfiguredBindings { System::Collections::ObjectModel::ReadOnlyCollection<System::ServiceModel::Configuration::IBindingConfigurationElement ^> ^ get(); };
public override System.Collections.ObjectModel.ReadOnlyCollection<System.ServiceModel.Configuration.IBindingConfigurationElement> ConfiguredBindings { get; }
member this.ConfiguredBindings : System.Collections.ObjectModel.ReadOnlyCollection<System.ServiceModel.Configuration.IBindingConfigurationElement>
Public Overrides ReadOnly Property ConfiguredBindings As ReadOnlyCollection(Of IBindingConfigurationElement)

Property Value

A collection of all the binding configuration elements contained in this element.

Applies to