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