ServiceModelSectionGroup.Behaviors プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
動作要素である子エントリを含む構成セクションを取得します。
public:
property System::ServiceModel::Configuration::BehaviorsSection ^ Behaviors { System::ServiceModel::Configuration::BehaviorsSection ^ get(); };
public System.ServiceModel.Configuration.BehaviorsSection Behaviors { get; }
member this.Behaviors : System.ServiceModel.Configuration.BehaviorsSection
Public ReadOnly Property Behaviors As BehaviorsSection
プロパティ値
動作要素である子エントリを含む構成セクション。
注釈
behavior
セクションは、動作要素を定義します。 各エントリは、動作にリンクするときにサービスが使用する一意の name
で識別されます。