ServiceModelActivationSectionGroup::GetSectionGroup Method (Configuration^)
.NET Framework (current version)
Gets the System.ServiceModel.Activation configuration section group from the specified configuration file.
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
Available since 3.0
Show: