Gets and sets the User's Creation Date

Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public DateTime CreatedDate { get; set; }
Visual Basic
Public Property CreatedDate As DateTime
	Get
	Set

See Also