Represents a collection of connector objects that can be indexed numerically. 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 ConnectorCollectionByIndex

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.MetadirectoryServices.ConnectorCollectionByIndex

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