Bearbeiten

OperationDescription.Behaviors Property

Definition

Gets or sets the operation behaviors associated with the operation.

public:
 property System::Collections::Generic::KeyedByTypeCollection<System::ServiceModel::Description::IOperationBehavior ^> ^ Behaviors { System::Collections::Generic::KeyedByTypeCollection<System::ServiceModel::Description::IOperationBehavior ^> ^ get(); };
public System.Collections.Generic.KeyedByTypeCollection<System.ServiceModel.Description.IOperationBehavior> Behaviors { get; }
member this.Behaviors : System.Collections.Generic.KeyedByTypeCollection<System.ServiceModel.Description.IOperationBehavior>
Public ReadOnly Property Behaviors As KeyedByTypeCollection(Of IOperationBehavior)

Property Value

A KeyedByTypeCollection<TItem> that contains the IOperationBehavior objects associated with the operation.

Remarks

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.

Applies to