ServiceModelSectionGroup::GetSectionGroup Method (Configuration^)
.NET Framework (current version)
Gets the system.ServiceModel configuration section group from the specified configuration file.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- config
-
Type:
System.Configuration::Configuration^
A Configuration that represents a configuration file.
Return Value
Type: System.ServiceModel.Configuration::ServiceModelSectionGroup^A ServiceModelSectionGroup that represents the system.ServiceModel settings in configuration.
| Exception | Condition |
|---|---|
| ArgumentNullException | config is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: