Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

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:
© 2017 Microsoft