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 で識別されたサービス動作要素を含む name

属性

適用対象