OperationDescription.Behaviors プロパティ

定義

操作に関連付けられている操作の動作を取得または設定します。

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)

プロパティ値

操作に関連付けられているKeyedByTypeCollection<TItem> オブジェクトを含むIOperationBehavior

注釈

IOperationBehavior インターフェイスは、クライアント アプリケーションまたはサービス アプリケーションのアプリケーション レベルで、操作全体の実行の一部の側面を変更、調査、または拡張するために実装されます。

適用対象