Microsoft Identity Integration Server 2003 Developer Reference

ConfigParameterCollection

The ConfigParameterCollection class represents a collection of configuration parameters. Each configuration parameter is represented by a ConfigParameter object. The following methods use this class:

The ConfigParameterCollection class is derived from the IEnumerator class.

Public Methods

The ConfigParameterCollection class has the following public methods.

Method Description
Equals(Object)

Determines whether the specified Object is equal to the current Object.

GetEnumerator()

Gets a ConfigParameterEnumerator object that allows enumeration of the members of the collection.

GetHashCode()

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

GetType()

Gets the Type of the current instance.

ToString()

Returns a String that represents the current Object.

Public Properties

The ConfigParameterCollection class has the following public properties.

Property Description
Count Data type: Int32
Access type: Read-only

Gets the number of items in the ConfigParameterCollection object.

Item Data type: ConfigParameter
Access type: Read-only

Gets a ConfigParameterCollection in this collection.

Protected Constructors

The ConfigParameterCollection class has the following protected constructor.

Constructor Description
ConfigParameterCollection()

Initializes an instance of the ConfigParameterCollection object.

Protected Methods

The ConfigParameterCollection class has the following protected methods.

Method Description
Finalize()

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

MemberwiseClone()

Creates a shallow copy of the current Object.

Requirements

Product: Microsoft Identity Integration Server 2003 Service Pack 1
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

ConfigParameter