Partilhar via


BehaviorsSection.EndpointBehaviors Propriedade

Definição

Obtém todas as entradas filhas que são elementos de comportamento de ponto de extremidade identificados por seu name exclusivo.

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

Valor da propriedade

EndpointBehaviorElementCollection

Um EndpointBehaviorElementCollection que contém elementos de comportamento do ponto de extremidade identificados por seu name exclusivo.

Atributos

Aplica-se a