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