共用方式為


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 識別的服務行為項目。

屬性

適用於