Represents a collection of connector objects that can be indexed by distinguished name. Each connector object is represented by a CSEntry object.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As ConnectorCollectionByDN

Syntax

Visual Basic
<DefaultMemberAttribute("Item")> _
Public MustInherit Class ConnectorCollectionByDN
C#
[DefaultMemberAttribute("Item")] 
public abstract class ConnectorCollectionByDN
C++
[DefaultMemberAttribute(L"Item")] 
public ref class ConnectorCollectionByDN abstract
J#
/** @attribute DefaultMemberAttribute("Item") */ 
public abstract class ConnectorCollectionByDN
JScript
DefaultMemberAttribute("Item") 
public abstract class ConnectorCollectionByDN

Inheritance Hierarchy

System.Object
  Microsoft.MetadirectoryServices.ConnectorCollectionByDN

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