Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)
Usage
Visual Basic |
---|
Dim instance As ConnectedMA Dim value As ConnectorCollection value = instance.Connectors |
Syntax
Visual Basic |
---|
Public MustOverride ReadOnly Property Connectors As ConnectorCollection |
C# |
---|
public abstract ConnectorCollection Connectors { get; } |
C++ |
---|
public: virtual property ConnectorCollection^ Connectors { ConnectorCollection^ get () abstract; } |
J# |
---|
/** @property */ public abstract ConnectorCollection get_Connectors () |
JScript |
---|
public abstract function get Connectors () : ConnectorCollection |
Property Value
Returns a ConnectorCollection.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.