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:
- IMAExtensibleCallExport.BeginExport(String, String, String, ConfigParameterCollection, TypeDescriptionCollection)
- IMAExtensibleFileExport.DeliverExportFile(String, String, String, String, ConfigParameterCollection, TypeDescriptionCollection)
- IMAExtensibleFileImport.GenerateImportFile(String, String, String, String, ConfigParameterCollection, Boolean, TypeDescriptionCollection, ref String)
The ConfigParameterCollection class is derived from the IEnumerator class.
Public Methods
The ConfigParameterCollection class has the following public methods.
Method | Description |
---|---|
Equals(Object) | |
GetEnumerator() |
Gets a ConfigParameterEnumerator object that allows enumeration of the members of the collection. |
GetHashCode() | |
GetType() | |
ToString() |
Public Properties
The ConfigParameterCollection class defines 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() | |
MemberwiseClone() |
Requirements
Product | Microsoft Identity Integration Server 2003 SP1 |
Namespace | Microsoft.MetadirectoryServices |
Assembly | Microsoft.MetadirectoryServices |
.NET Framework | .NET Framework 2.0 |
See Also
Send comments about this topic to Microsoft
Build date: 2/16/2009