Gets and sets the Last Password Change Date of the User

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

Syntax

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

See Also