ServicesSection::Services Property

 

Gets all the services configured in this section.

Namespace:   System.ServiceModel.Configuration
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
Return to top
Show: