Partage via


BehaviorsSection.EndpointBehaviors Propriété

Définition

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

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

Valeur de propriété

EndpointBehaviorElementCollection

EndpointBehaviorElementCollection qui contient des éléments de comportement de point de terminaison identifiés par leur name unique.

Attributs

S’applique à