共用方式為


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<IOperationBehavior>

KeyedByTypeCollection<TItem>,包含與作業關聯的 IOperationBehavior 物件。

備註

實作 IOperationBehavior 介面可以在用戶端或服務應用程式的應用程式層級修改、檢查或延伸作業執行的某些方面。

適用於