ContractDescription.ContractBehaviors Propriété

Définition

Obtient la collection de comportements pour le contrat.

public:
 property System::Collections::ObjectModel::KeyedCollection<Type ^, System::ServiceModel::Description::IContractBehavior ^> ^ ContractBehaviors { System::Collections::ObjectModel::KeyedCollection<Type ^, System::ServiceModel::Description::IContractBehavior ^> ^ get(); };
public System.Collections.ObjectModel.KeyedCollection<Type,System.ServiceModel.Description.IContractBehavior> ContractBehaviors { get; }
member this.ContractBehaviors : System.Collections.ObjectModel.KeyedCollection<Type, System.ServiceModel.Description.IContractBehavior>
Public ReadOnly Property ContractBehaviors As KeyedCollection(Of Type, IContractBehavior)

Valeur de propriété

Collection de comportements pour le contrat.

S’applique à