Gets and sets a flag that determines whether the password should be updated

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

Syntax

C#
public bool UpdatePassword { get; set; }
Visual Basic
Public Property UpdatePassword As Boolean
	Get
	Set

See Also