Attrib.LastContributionTime Property
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
'Usage
Dim instance As Attrib
Dim value As DateTime
value = instance.LastContributionTime
Syntax
'Declaration
Public MustOverride ReadOnly Property LastContributionTime As DateTime
public abstract DateTime LastContributionTime { get; }
public:
virtual property DateTime LastContributionTime {
DateTime get () abstract;
}
/** @property */
public abstract DateTime get_LastContributionTime ()
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
Reference
Attrib Class
Attrib Members
Microsoft.MetadirectoryServices Namespace
Attrib Class