| title | IAppHostSectionGroup Interface |
|---|---|
| ms.date | 10/07/2016 |
| description | The IAppHostSectionGroup Interface provides access to a group of configuration section groups or configuration section definitions. |
| ms.assetid | f39c8583-6e8f-e9ef-354d-2c0f8f8b795d |
Provides access to a group of configuration section groups or configuration section definitions.
interface IAppHostSectionGroup : IUnknown The following table lists the methods exposed by the IAppHostSectionGroup interface.
| Method | Description |
|---|---|
| AddSectionGroup | Adds a new nested configuration section group under the current configuration section group. |
| DeleteSectionGroup | Removes a configuration section group that is nested under the current configuration section group. |
The following table lists the properties exposed by the IAppHostSectionGroup interface.
| Property | Description |
|---|---|
| Count | Gets the current number of configuration section groups that are nested in the current section group. |
| Item | Gets the nested configuration section group at the requested index. |
| Name | Gets the name of the configuration section group. |
| Sections | Gets a configuration section definition collection that contains all the section definitions in the current configuration section group. |
| Type | Gets the type name of the configuration section group. |
IAppHostSectionGroup
| Type | Description |
|---|---|
| Client | - IIS 7.0 on [!INCLUDEwinvista] - IIS 7.5 on Windows 7 - IIS 8.0 on Windows 8 - IIS 10.0 on Windows 10 |
| Server | - IIS 7.0 on [!INCLUDEwinsrv2008] - IIS 7.5 on Windows Server 2008 R2 - IIS 8.0 on Windows Server 2012 - IIS 8.5 on Windows Server 2012 R2 - IIS 10.0 on Windows Server 2016 |
| Product | - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0 - [!INCLUDEiisexp75], [!INCLUDEiisexp80], [!INCLUDEiisexp100] |
| Header | Ahadmin.h |