ConnectorCollection.ByIndex Property
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
'Usage
Dim instance As ConnectorCollection
Dim value As ConnectorCollectionByIndex
value = instance.ByIndex
Syntax
'Declaration
Public MustOverride ReadOnly Property ByIndex As ConnectorCollectionByIndex
public abstract ConnectorCollectionByIndex ByIndex { get; }
public:
virtual property ConnectorCollectionByIndex^ ByIndex {
ConnectorCollectionByIndex^ get () abstract;
}
/** @property */
public abstract ConnectorCollectionByIndex get_ByIndex ()
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
Reference
ConnectorCollection Class
ConnectorCollection Members
Microsoft.MetadirectoryServices Namespace
ConnectorCollectionByIndex
ConnectorCollection Class