ServiceModelSectionGroup.CommonBehaviors 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得組態區段,其包含在套用 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 區段中的行為。