Share via


ServiceModelSectionGroup.CommonBehaviors プロパティ

定義

behaviors セクションの動作が適用される前に、コンピューター上のすべての WCF のサービスに適用される動作のリストを含む構成セクションを取得します。

public:
 property System::ServiceModel::Configuration::CommonBehaviorsSection ^ CommonBehaviors { System::ServiceModel::Configuration::CommonBehaviorsSection ^ get(); };
public System.ServiceModel.Configuration.CommonBehaviorsSection CommonBehaviors { get; }
member this.CommonBehaviors : System.ServiceModel.Configuration.CommonBehaviorsSection
Public ReadOnly Property CommonBehaviors As CommonBehaviorsSection

プロパティ値

セクションの動作が適用される前にマシン上のすべての WCF サービスに適用される動作の一覧を behaviors 含む構成セクション。

注釈

このセクションは、Machine.config ファイルに定義されます。 動作コレクション内の動作が適用される前に、コンピューター上のすべての WCF サービスに適用される動作の一覧が含まれています。 ある動作が両方のセクションで定義されている場合、動作セクション内の動作が優先されます。

適用対象