BehaviorsSection.EndpointBehaviors Eigenschaft

Definition

Ruft alle untergeordneten Einträge ab, die als Endpunktverhaltenselemente durch ihren eindeutigen name identifiziert werden.

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

Eigenschaftswert

EndpointBehaviorElementCollection

Ein EndpointBehaviorElementCollection, der Endpunktverhaltenselemente enthält, die durch ihren eindeutigen name identifiziert werden.

Attribute

Gilt für