ExtensionsSection::BindingElementExtensions Property

 

Gets all the binding element extensions that are defined in the section.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("bindingElementExtensions")]
property ExtensionElementCollection^ BindingElementExtensions {
	ExtensionElementCollection^ get();
}

Property Value

Type: System.ServiceModel.Configuration::ExtensionElementCollection^

A collection of binding element extensions.

.NET Framework
Available since 3.0
Return to top
Show: