ExtensionsSection::BehaviorExtensions Property

 

Gets all the behavior extensions that are defined in the section.

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