BehaviorsSection.EndpointBehaviors Property

Definition

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

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

Property Value

A EndpointBehaviorElementCollection that contains endpoint behavior elements identified by their unique name.

Attributes

Applies to