ConnectedMA.Connectors Property
Gets a ConnectorCollection object that contains a collection of the CSEntry objects for the management agent.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As ConnectedMA
Dim value As ConnectorCollection
value = instance.Connectors
Syntax
'Declaration
Public MustOverride ReadOnly Property Connectors As ConnectorCollection
public abstract ConnectorCollection Connectors { get; }
public:
virtual property ConnectorCollection^ Connectors {
ConnectorCollection^ get () abstract;
}
/** @property */
public abstract ConnectorCollection get_Connectors ()
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.
Platforms
Target Platforms
See Also
Reference
ConnectedMA Class
ConnectedMA Members
Microsoft.MetadirectoryServices Namespace
ConnectorCollection
ConnectedMA Class
CSEntry