MVEntry.ConnectedMAs Property

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

'Usage
Dim instance As MVEntry
Dim value As ConnectedMACollection

value = instance.ConnectedMAs

Syntax

'Declaration
Public MustOverride ReadOnly Property ConnectedMAs As ConnectedMACollection
public abstract ConnectedMACollection ConnectedMAs { get; }
public:
virtual property ConnectedMACollection^ ConnectedMAs {
    ConnectedMACollection^ get () abstract;
}
/** @property */
public abstract ConnectedMACollection get_ConnectedMAs ()
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

Reference

MVEntry Class
MVEntry Members
Microsoft.MetadirectoryServices Namespace
ConnectedMACollection Class
MVEntry Class