Share via


BehaviorsSection.EndpointBehaviors Proprietà

Definizione

Ottiene tutte le voci figlio che sono elementi di comportamento dell'endpoint identificati da un name univoco.

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

Valore della proprietà

EndpointBehaviorElementCollection

EndpointBehaviorElementCollection contiene elementi di comportamento dell'endpoint identificati da un name univoco.

Attributi

Si applica a