ServiceModelSectionGroup::Services Property

 

Gets the configuration section that defines a collection of services.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property ServicesSection^ Services {
	ServicesSection^ get();
}

Property Value

Type: System.ServiceModel.Configuration::ServicesSection^

The configuration section that defines a collection of services.

For each service defined in the assembly, this section contains a service element with the settings for the service.

.NET Framework
Available since 3.0
Return to top
Show: