CommonBehaviorsSection::ServiceBehaviors Property

 

Gets all the child entries that are serviceBehavior elements identified by their unique name.

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

public:
[ConfigurationPropertyAttribute("serviceBehaviors", Options = ConfigurationPropertyOptions::None)]
property CommonServiceBehaviorElement^ ServiceBehaviors {
	CommonServiceBehaviorElement^ get();
}

Property Value

Type: System.ServiceModel.Configuration::CommonServiceBehaviorElement^

The child entries that are serviceBehavior elements identified by their unique name.

.NET Framework
Available since 3.0
Return to top
Show: