PjMembershipUser.LastLockoutDate Property
Gets the most recent date the user was locked out.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Property LastLockoutDate As DateTime
Get
Set
'Usage
Dim instance As PjMembershipUser
Dim value As DateTime
value = instance.LastLockoutDate
instance.LastLockoutDate = value
public DateTime LastLockoutDate { get; set; }
Property Value
Type: System.DateTime