AddAt Method
IIS 7.0
Adds a configuration element to the current collection at the specified index.
Assembly: Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
Parameters
- index
- Type: System..::..Int32
The index in the collection where the new element should be inserted.
- element
- Type: T
The new configuration element to add to the current collection.
Return Value
Type: TA reference to the strongly typed configuration element that is added to the collection.