BehaviorsSection.ServiceBehaviors 属性

定义

获取由其唯一 name 标识的所有服务行为元素子项。

public:
 property System::ServiceModel::Configuration::ServiceBehaviorElementCollection ^ ServiceBehaviors { System::ServiceModel::Configuration::ServiceBehaviorElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("serviceBehaviors", Options=System.Configuration.ConfigurationPropertyOptions.None)]
public System.ServiceModel.Configuration.ServiceBehaviorElementCollection ServiceBehaviors { get; }
[<System.Configuration.ConfigurationProperty("serviceBehaviors", Options=System.Configuration.ConfigurationPropertyOptions.None)>]
member this.ServiceBehaviors : System.ServiceModel.Configuration.ServiceBehaviorElementCollection
Public ReadOnly Property ServiceBehaviors As ServiceBehaviorElementCollection

属性值

ServiceBehaviorElementCollection

一个 ServiceBehaviorElementCollection,包含由其唯一 name 标识的服务行为元素。

属性

适用于