This topic has not yet been rated - Rate this topic

ConfigurationElement Methods

IIS 7.0

The ConfigurationElement type exposes the following members.

  NameDescription
Public methodDelete
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetAttributeReturns a ConfigurationAttribute object that represents the requested attribute.
Public methodGetAttributeValueReturns the value of the specified attribute.
Public methodGetChildElement(String)Returns a child element that is under the current configuration element and has the specified name.
Public methodGetChildElement(String, Type)Returns a child element that is under the current configuration element and has the specified name and type.
Public methodGetCollection()()()()Returns the default collection for the current configuration element.
Public methodGetCollection(String)Returns all configuration elements that belong to the current configuration element.
Public methodGetCollection(Type)Returns the configuration element that has the specified type and is under the current configuration element.
Public methodGetCollection(String, Type)Returns the configuration element that has the specified name and type and is under the current configuration element.
Public methodGetHashCode (Inherited from Object.)
Public methodGetMetadataReturns metadata values from the element schema.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetAttributeValueSets the value of the specified attribute.
Public methodSetMetadataSets metadata values from the element schema.
Public methodToString (Inherited from Object.)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.