IAppHostSectionGroup Interface
Provides access to a group of configuration section groups or configuration section definitions.
Syntax
interface IAppHostSectionGroup : IUnknown
Methods
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. |
Properties
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. |
Inheritance Hierarchy
IAppHostSectionGroup
Requirements
Type | Description |
---|---|
Client | - IIS 7.0 on Windows Vista - IIS 7.5 on Windows 7 - IIS 8.0 on Windows 8 - IIS 10.0 on Windows 10 |
Server | - IIS 7.0 on Windows Server 2008 - 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 Technical Preview |
Product | - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0 - IIS Express 7.5, IIS Express 8.0, IIS Express 10.0 |
Header | Ahadmin.h |