ServiceHostingEnvironmentSection::ServiceActivations Property

.NET Framework (current version)
 

Gets a collection of configuration elements that activates a service and can be merged across a hierarchy of configuration files.

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

public:
[ConfigurationPropertyAttribute("serviceActivations", Options = ConfigurationPropertyOptions::None)]
property ServiceActivationElementCollection^ ServiceActivations {
	ServiceActivationElementCollection^ get();
}

Property Value

Type: System.ServiceModel.Configuration::ServiceActivationElementCollection^

A collection of configuration elements that activates a service and can be merged across a hierarchy of configuration files.

.NET Framework
Available since 4.0
Return to top
Show: