Gets and sets a flag that determines whether the password should be updated
Namespace: DotNetNuke.Entities.UsersAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public bool UpdatePassword { get; set; } |
| Visual Basic |
|---|
Public Property UpdatePassword As Boolean Get Set |