ContractDescription::Behaviors Property
.NET Framework (current version)
Gets the behaviors associated with the contract description.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property KeyedByTypeCollection<IContractBehavior^>^ Behaviors { KeyedByTypeCollection<IContractBehavior^>^ get(); }
Property Value
Type: System.Collections.Generic::KeyedByTypeCollection<IContractBehavior^>^The KeyedByTypeCollection<TItem> of type IContractBehavior associated with the contract description.
.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Available since 3.0
Silverlight
Available since 4.0
Show: