ConfigurationElement Methods
IIS 7.0
The ConfigurationElement type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Delete | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetAttribute | Returns a ConfigurationAttribute object that represents the requested attribute. |
![]() | GetAttributeValue | Returns the value of the specified attribute. |
![]() | GetChildElement(String) | Returns a child element that is under the current configuration element and has the specified name. |
![]() | GetChildElement(String, Type) | Returns a child element that is under the current configuration element and has the specified name and type. |
![]() | GetCollection()()()() | Returns the default collection for the current configuration element. |
![]() | GetCollection(String) | Returns all configuration elements that belong to the current configuration element. |
![]() | GetCollection(Type) | Returns the configuration element that has the specified type and is under the current configuration element. |
![]() | GetCollection(String, Type) | Returns the configuration element that has the specified name and type and is under the current configuration element. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetMetadata | Returns metadata values from the element schema. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetAttributeValue | Sets the value of the specified attribute. |
![]() | SetMetadata | Sets metadata values from the element schema. |
![]() | ToString | (Inherited from Object.) |
