ConfigurationChildElementCollection Class
IIS 7.0
Represents a collection of related child configuration elements.
Namespace:
Microsoft.Web.Administration
Assembly: Microsoft.Web.Administration (in Microsoft.Web.Administration.dll)
The ConfigurationChildElementCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of child configuration elements in the collection. |
|
Item[([(Int32])]) | Gets the specified configuration element at the specified index. |
|
Item[([(String])]) | Gets the specified configuration element with the specified name. |
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetEnumerator | Returns a generic enumerator that iterates through the collection of configuration child elements. |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
MemberwiseClone | (Inherited from Object.) |
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
ICollection..::..CopyTo | Copies the collection to an array. |
|
IEnumerable..::..GetEnumerator | Returns an enumerator that iterates through the collection of configuration child elements. |
|
ICollection..::..IsSynchronized | Gets a value indicating whether access to the child configuration collection is synchronized. |
|
ICollection..::..SyncRoot | Gets an object that synchronizes access to the collection. |