Share via


IPjMembershipUser.LastPasswordChangeDate property

NOTE: This API is now obsolete.

Gets the most recent date that the user password was changed.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<ObsoleteAttribute("in o15")> _
ReadOnly Property LastPasswordChangeDate As DateTime
    Get
'Usage
Dim instance As IPjMembershipUser
Dim value As DateTime

value = instance.LastPasswordChangeDate
[ObsoleteAttribute("in o15")]
DateTime LastPasswordChangeDate { get; }

Property value

Type: System.DateTime
The most recent password change date.

See also

Reference

IPjMembershipUser interface

IPjMembershipUser members

Microsoft.Office.Project.Server.Library namespace