Attrib.LastContributingMA Property
Gets the ManagementAgent object that most recently added a value to the attribute.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As Attrib
Dim value As ManagementAgent
value = instance.LastContributingMA
Syntax
'Declaration
Public MustOverride ReadOnly Property LastContributingMA As ManagementAgent
public abstract ManagementAgent LastContributingMA { get; }
public:
virtual property ManagementAgent^ LastContributingMA {
ManagementAgent^ get () abstract;
}
/** @property */
public abstract ManagementAgent get_LastContributingMA ()
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
Reference
Attrib Class
Attrib Members
Microsoft.MetadirectoryServices Namespace
ManagementAgent