ExtensionsSection::BehaviorExtensions Property
.NET Framework (current version)
Gets all the behavior extensions that are defined in the section.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("behaviorExtensions")] property ExtensionElementCollection^ BehaviorExtensions { ExtensionElementCollection^ get(); }
Property Value
Type: System.ServiceModel.Configuration::ExtensionElementCollection^A collection of behavior extensions.
Behavior extensions enable the user to create user-defined behavior elements. These elements can be used alongside the standard Windows Communication Foundation (WCF) behavior elements.
.NET Framework
Available since 3.0
Available since 3.0
Show: