OperationDescription.OperationBehaviors Property

Definition

Gets the set of behaviors for the operation.

public:
 property System::Collections::ObjectModel::KeyedCollection<Type ^, System::ServiceModel::Description::IOperationBehavior ^> ^ OperationBehaviors { System::Collections::ObjectModel::KeyedCollection<Type ^, System::ServiceModel::Description::IOperationBehavior ^> ^ get(); };
public System.Collections.ObjectModel.KeyedCollection<Type,System.ServiceModel.Description.IOperationBehavior> OperationBehaviors { get; }
member this.OperationBehaviors : System.Collections.ObjectModel.KeyedCollection<Type, System.ServiceModel.Description.IOperationBehavior>
Public ReadOnly Property OperationBehaviors As KeyedCollection(Of Type, IOperationBehavior)

Property Value

The set of behaviors for the operation.

Applies to