Share via


IPjMembershipUser.LastLoginDate property

NOTE: This API is now obsolete.

Gets the most recent date that the user logged in.

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 LastLoginDate As DateTime
    Get
'Usage
Dim instance As IPjMembershipUser
Dim value As DateTime

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

Property value

Type: System.DateTime
The most recent log on date.

See also

Reference

IPjMembershipUser interface

IPjMembershipUser members

Microsoft.Office.Project.Server.Library namespace