IPjMembershipUser.LastActivityDate property
NOTE: This API is now obsolete.
Gets the date of the most recent user activity.
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 LastActivityDate As DateTime
Get
'Usage
Dim instance As IPjMembershipUser
Dim value As DateTime
value = instance.LastActivityDate
[ObsoleteAttribute("in o15")]
DateTime LastActivityDate { get; }
Property value
Type: System.DateTime
The most recent activity date.