ConfigParameterCollection Class

Represents a collection of configuration parameters. Each configuration parameter is represented by a ConfigParameter object.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As ConfigParameterCollection

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public MustInherit Class ConfigParameterCollection
    Implements IEnumerable
[DefaultMemberAttribute("Item")] 
public abstract class ConfigParameterCollection : IEnumerable
[DefaultMemberAttribute(L"Item")] 
public ref class ConfigParameterCollection abstract : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
public abstract class ConfigParameterCollection implements IEnumerable
DefaultMemberAttribute("Item") 
public abstract class ConfigParameterCollection implements IEnumerable

Remarks

The following methods use this class:

Inheritance Hierarchy

System.Object
  Microsoft.MetadirectoryServices.ConfigParameterCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

ConfigParameterCollection Members
Microsoft.MetadirectoryServices Namespace
ConfigParameter Class
Microsoft.MetadirectoryServices