ServiceModelActivationSectionGroup::GetSectionGroup Method (Configuration^)

 

Gets the System.ServiceModel.Activation configuration section group from the specified configuration file.

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

public:
static ServiceModelActivationSectionGroup^ GetSectionGroup(
	Configuration^ config
)

Parameters

config
Type: System.Configuration::Configuration^

A Configuration that represents a configuration file.

Return Value

Type: System.ServiceModel.Activation.Configuration::ServiceModelActivationSectionGroup^

A ServiceModelActivationSectionGroup that represents the System.ServiceModel.Activation settings in the configuration file.

You can use this method to extract the activation configuration settings from a configuration file.

.NET Framework
Available since 3.0
Return to top
Show: