ServicesSection::Services Property
.NET Framework (current version)
Gets all the services configured in this section.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("", Options = ConfigurationPropertyOptions::IsDefaultCollection)] property ServiceElementCollection^ Services { ServiceElementCollection^ get(); }
Property Value
Type: System.ServiceModel.Configuration::ServiceElementCollection^A ServiceElementCollection that contains all the services configured in this section.
.NET Framework
Available since 3.0
Available since 3.0
Show: