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,包含此节中配置的所有服务。

属性

适用于