다음을 통해 공유


ServicesSection.Services 속성

정의

이 섹션에 구성된 모든 서비스를 가져옵니다.

public:
 property System::ServiceModel::Configuration::ServiceElementCollection ^ Services { System::ServiceModel::Configuration::ServiceElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)]
public System.ServiceModel.Configuration.ServiceElementCollection Services { get; }
[<System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)>]
member this.Services : System.ServiceModel.Configuration.ServiceElementCollection
Public ReadOnly Property Services As ServiceElementCollection

속성 값

ServiceElementCollection

이 섹션에 구성된 모든 서비스를 포함하는 ServiceElementCollection입니다.

특성

적용 대상