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입니다.

특성

적용 대상