Gets the ManagementAgent object that most recently added a value to the attribute.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As Attrib
Dim value As ManagementAgent

value = instance.LastContributingMA

Syntax

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

Property Value

Returns a ManagementAgent object.

Exceptions

Exception type Condition
System.InvalidOperationException

The newest value was contributed by a deleted management agent.

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