OperationDescription::Behaviors Property

 

Gets or sets the operation behaviors associated with the operation.

Namespace:   System.ServiceModel.Description
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
Return to top
Show: