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 来标识,服务在链接到行为时将使用该名称。

适用于