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.

Атрибуты

Применяется к