共用方式為


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 服務的行為清單。 如果兩個區段中都有定義某個行為,則優先使用 behaviors 區段中的行為。

適用於