The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
OperationDescription::Behaviors Property
.NET Framework (current version)
Gets or sets the operation behaviors associated with the operation.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property KeyedByTypeCollection<IOperationBehavior^>^ Behaviors { KeyedByTypeCollection<IOperationBehavior^>^ get(); }
Property Value
Type: System.Collections.Generic::KeyedByTypeCollection<IOperationBehavior^>^A KeyedByTypeCollection<TItem> that contains the IOperationBehavior objects associated with the operation.
The IOperationBehavior interface is implemented to modify, examine, or extend some aspect of operation-wide execution at the application level for either client or service applications.
.NET Framework
Available since 3.0
Silverlight
Available since 4.0
Available since 3.0
Silverlight
Available since 4.0
Show: