Gets a ConnectorCollectionByIndex object that contains the collection of connector objects that can be indexed numerically.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As ConnectorCollection
Dim value As ConnectorCollectionByIndex

value = instance.ByIndex

Syntax

Visual Basic
Public MustOverride ReadOnly Property ByIndex As ConnectorCollectionByIndex
C#
public abstract ConnectorCollectionByIndex ByIndex { get; }
C++
public:
virtual property ConnectorCollectionByIndex^ ByIndex {
		ConnectorCollectionByIndex^ get () abstract;
}
J#
/** @property */
public abstract ConnectorCollectionByIndex get_ByIndex ()
JScript
public abstract function get ByIndex () : ConnectorCollectionByIndex

Property Value

Returns a ConnectorCollectionByIndex object.

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