PjMembershipUser.LastLoginDate property

NOTE: This API is now obsolete.

Gets or sets the most recent date the user logged on Project Server.

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

value = instance.LastLoginDate

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

Property value

Type: System.DateTime

Implements

IPjMembershipUser.LastLoginDate

See also

Reference

PjMembershipUser class

PjMembershipUser members

Microsoft.Office.Project.Server.Library namespace