Gets the
ManagementAgent
object that most recently added a value to the attribute.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in
microsoft.metadirectoryservicesex.dll)
Usage
Syntax
Visual Basic |
Public MustOverride ReadOnly Property LastContributingMA As ManagementAgent
|
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