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