ServiceModelSectionGroup.Services 属性

定义

获取定义服务集合的配置节。

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

属性值

ServicesSection

定义服务集合的配置节。

注解

对于程序集中定义的每个服务,此节都包含一个服务元素,其中含有该服务的设置。

适用于