Gets and sets the User's Password Confirm value

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

Syntax

C#
public string PasswordConfirm { get; set; }
Visual Basic
Public Property PasswordConfirm As String
	Get
	Set

See Also