CSEntry.MA Property

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

'Usage
Dim instance As CSEntry
Dim value As ManagementAgent

value = instance.MA

Syntax

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

Reference

CSEntry Class
CSEntry Members
Microsoft.MetadirectoryServices Namespace
ManagementAgent
ExportEntry
CSEntry Class