ServiceModelSectionGroup::Behaviors Property

 

Gets the configuration section that contains child entries that are behavior elements.

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

public:
property BehaviorsSection^ Behaviors {
	BehaviorsSection^ get();
}

Property Value

Type: System.ServiceModel.Configuration::BehaviorsSection^

The configuration section that contains child entries that are behavior elements.

The behavior section defines behavior elements. Each entry is identified by its unique name, which is used by services when linking to behaviors.

.NET Framework
Available since 3.0
Return to top
Show: