Gets a ManagementAgent object that represents the management agent to which the connector space entry belongs. This property is not available in the ExportEntry method.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As CSEntry
Dim value As ManagementAgent

value = instance.MA

Syntax

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

Property Value

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