Поделиться через


PjMembershipUser.LastActivityDate Property

Gets 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
Public Property LastActivityDate As DateTime
    Get
    Set
'Usage
Dim instance As PjMembershipUser
Dim value As DateTime

value = instance.LastActivityDate

instance.LastActivityDate = value
public DateTime LastActivityDate { get; set; }

Property Value

Type: System.DateTime

See Also

Reference

PjMembershipUser Class

PjMembershipUser Members

Microsoft.Office.Project.Server.Library Namespace