共用方式為


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 識別,而服務會在連結至行為時使用這個唯一名稱。

適用於