Share via


IPjMembershipUser.CreationDate property

NOTE: This API is now obsolete.

Gets the creation date of the user membership.

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

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

Property value

Type: System.DateTime
The creation date.

See also

Reference

IPjMembershipUser interface

IPjMembershipUser members

Microsoft.Office.Project.Server.Library namespace