BehaviorsSection.ServiceBehaviors Property

Definition

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

public:
 property System::ServiceModel::Configuration::ServiceBehaviorElementCollection ^ ServiceBehaviors { System::ServiceModel::Configuration::ServiceBehaviorElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("serviceBehaviors", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Configuration.ServiceBehaviorElementCollection ServiceBehaviors { get; }
[<System.Configuration.ConfigurationProperty("serviceBehaviors", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.ServiceBehaviors : System.ServiceModel.Configuration.ServiceBehaviorElementCollection
Public ReadOnly Property ServiceBehaviors As ServiceBehaviorElementCollection

Property Value

A ServiceBehaviorElementCollection that contains service behavior elements identified by their unique name.

Attributes

Applies to