OperationDescription.OperationBehaviors プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
操作の動作のセットを取得します。
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)
プロパティ値
操作の動作のセット。