Gets a ConnectedMACollection object that contains a collection of management agents with connected objects.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As MVEntry
Dim value As ConnectedMACollection

value = instance.ConnectedMAs

Syntax

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

Property Value

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