Share via


ConfigParameterEnumerator

The ConfigParameterEnumerator class enumerates a collection of configuration parameters. Each configuration parameter is represented by a ConfigParameter object. To retrieve an instance of the class, call the ConfigParameterCollection.GetEnumerator method.

The ConfigParameterEnumerator class is derived from the System.Object class.

Public Methods

The ConfigParameterEnumerator class has the following public methods.

Method Description
Equals(Object)

GetHashCode()

GetType()

MoveNext()

Advances the enumerator to the next ConfigParameter object in the enumeration.

Reset()

Sets the enumerator to the first ConfigParameter object in the enumeration.

ToString()

Public Properties

The ConfigParameterEnumerator class defines the following public property.

Property Description
Current Data type: ConfigParameter
Access type: Read-only

Gets the current ConfigParameter object in the enumeration.

Protected Constructors

The ConfigParameterEnumerator class has the following protected constructor.

Constructor Description
ConfigParameterEnumerator()

Creates an instance of the ConfigParameterEnumerator class.

Protected Methods

The ConfigParameterEnumerator class has the following protected methods.

Method Description
Finalize()

MemberwiseClone()

Requirements

Product Microsoft Identity Integration Server 2003 SP1
Namespace Microsoft.MetadirectoryServices
Assembly Microsoft.MetadirectoryServices
.NET Framework .NET Framework 2.0

See Also

ConfigParameter

Send comments about this topic to Microsoft

Build date: 2/16/2009