Gets the local time of when a value was most recently added to an MVEntry object attribute.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As Attrib
Dim value As DateTime

value = instance.LastContributionTime

Syntax

Visual Basic
Public MustOverride ReadOnly Property LastContributionTime As DateTime
C#
public abstract DateTime LastContributionTime { get; }
C++
public:
virtual property DateTime LastContributionTime {
		DateTime get () abstract;
}
J#
/** @property */
public abstract DateTime get_LastContributionTime ()
JScript
public abstract function get LastContributionTime () : DateTime

Property Value

Returns a DateTime value.

Exceptions

Exception type Condition
System.InvalidOperationException

The property is from a CSEntry object. The time when attribute value changes are made to CSEntry objects is not stored.

Remarks

For more information about the System.DateTime structure, see the Microsoft .NET Framework documentation.


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