次の方法で共有


ServiceModelSectionGroup.Behaviors プロパティ

定義

動作要素である子エントリを含む構成セクションを取得します。

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

プロパティ値

BehaviorsSection

動作要素である子エントリを含む構成セクション。

注釈

behavior セクションは、動作要素を定義します。 各エントリは、動作にリンクするときにサービスが使用する一意の name で識別されます。

適用対象