PjMembershipUser.LastPasswordChangeDate Property

Gets the most recent date the user’s password was changed.

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

Syntax

'Declaration
Public Property LastPasswordChangeDate As DateTime
    Get
    Set
'Usage
Dim instance As PjMembershipUser
Dim value As DateTime

value = instance.LastPasswordChangeDate

instance.LastPasswordChangeDate = value
public DateTime LastPasswordChangeDate { get; set; }

Property Value

Type: System.DateTime

See Also

Reference

PjMembershipUser Class

PjMembershipUser Members

Microsoft.Office.Project.Server.Library Namespace