ServiceModelSectionGroup.Behaviors 属性

定义

获取包含行为元素子项的配置节。Gets the configuration section that contains child entries that are behavior elements.

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

包含行为元素子项的配置节。The configuration section that contains child entries that are behavior elements.

注解

behavior 节定义行为元素。The behavior section defines behavior elements. 每一项都由其唯一的 name 来标识,服务在链接到行为时将使用该名称。Each entry is identified by its unique name, which is used by services when linking to behaviors.

适用于