ServiceModelSectionGroup.Behaviors 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得組態區段,這個組態區段包含的子項目為行為項目。
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
屬性值
組態區段,這個組態區段包含的子項目為行為項目。
備註
behavior
區段會定義行為項目。 各個項目依其唯一 name
識別,而服務會在連結至行為時使用這個唯一名稱。