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

Usage

Visual Basic
Dim instance As ConnectorCollection
Dim value As ConnectorCollectionByDN

value = instance.ByDN

Syntax

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

Property Value

Returns a ConnectorCollectionByDN 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