다음을 통해 공유


ServiceModelSectionGroup.Behaviors 속성

정의

동작 요소인 자식 항목을 포함하는 구성 섹션을 가져옵니다.

public:
 property System::ServiceModel::Configuration::BehaviorsSection ^ Behaviors { System::ServiceModel::Configuration::BehaviorsSection ^ get(); };
public System.ServiceModel.Configuration.BehaviorsSection Behaviors { get; }
member this.Behaviors : System.ServiceModel.Configuration.BehaviorsSection
Public ReadOnly Property Behaviors As BehaviorsSection

속성 값

BehaviorsSection

동작 요소인 자식 항목을 포함하는 구성 섹션입니다.

설명

behavior 섹션은 동작 요소를 정의합니다. 각 항목은 고유한 name으로 식별되며, 이 이름은 서비스에서 동작에 링크할 때 사용됩니다.

적용 대상