BehaviorsSection.ServiceBehaviors Propriété

Définition

Obtient toutes les entrées enfants qui sont des éléments de comportement de service identifiés par leur name unique.

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

Valeur de propriété

ServiceBehaviorElementCollection

ServiceBehaviorElementCollection qui contient des éléments de comportement de service identifiés par leur name unique.

Attributs

S’applique à