ContractDescription::Behaviors Property

 

Gets the behaviors associated with the contract description.

Namespace:   System.ServiceModel.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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Return to top
Show: