Microsoft Identity Integration Server 2003 Developer Reference

Attrib.LastContributionTime

The LastContributionTime property retrieves the local time when a value was most recently added to an MVEntry object attribute.
[C#]
public DateTime LastContributionTime {get;}
[Visual Basic .NET]
Public ReadOnly Property LastContributionTime As DateTime

Exceptions

Exception type Condition
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 DateTime structure, see the .NET Framework documentation.

Requirements

Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

Attrib