BindingCollectionElement::ConfiguredBindings Property

 

Gets all the binding configuration elements in this collection.

Namespace:   System.ServiceModel.Configuration
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
Return to top
Show: