PjMembershipUser.LastLockoutDate property

NOTE: This API is now obsolete.

Gets or sets 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
<ObsoleteAttribute("in o15")> _
Public Property LastLockoutDate As DateTime
    Get
    Set
'Usage
Dim instance As PjMembershipUser
Dim value As DateTime

value = instance.LastLockoutDate

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

Property value

Type: System.DateTime

Implements

IPjMembershipUser.LastLockoutDate

See also

Reference

PjMembershipUser class

PjMembershipUser members

Microsoft.Office.Project.Server.Library namespace