ContractDescription.ContractBehaviors Property

Definition

Gets the collection of behavior for the contract.

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)

Property Value

The collection of behavior for the contract.

Applies to