Share via


IPjMembershipUser.LastLockoutDate property

NOTE: This API is now obsolete.

Gets the most recent date that 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")> _
ReadOnly Property LastLockoutDate As DateTime
    Get
'Usage
Dim instance As IPjMembershipUser
Dim value As DateTime

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

Property value

Type: System.DateTime
The most recent lockout date.

See also

Reference

IPjMembershipUser interface

IPjMembershipUser members

Microsoft.Office.Project.Server.Library namespace