BindingCollectionElement::ConfiguredBindings Property
.NET Framework (current version)
Gets all the binding configuration elements in this collection.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property ReadOnlyCollection<IBindingConfigurationElement^>^ ConfiguredBindings { virtual ReadOnlyCollection<IBindingConfigurationElement^>^ get() abstract; }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<IBindingConfigurationElement^>^All the binding configuration elements in this collection.
.NET Framework
Available since 3.0
Available since 3.0
Show: