BehaviorsSection::ServiceBehaviors Property
.NET Framework (current version)
Gets all the child entries that are service behavior elements identified by their unique name.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("serviceBehaviors", Options = ConfigurationPropertyOptions::None)] property ServiceBehaviorElementCollection^ ServiceBehaviors { ServiceBehaviorElementCollection^ get(); }
Property Value
Type: System.ServiceModel.Configuration::ServiceBehaviorElementCollection^A ServiceBehaviorElementCollection that contains service behavior elements identified by their unique name.
.NET Framework
Available since 3.0
Available since 3.0
Show: