CreateUserWizard.ConfirmPassword Property

Definition

Gets the second password entered by the user.

public:
 virtual property System::String ^ ConfirmPassword { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public virtual string ConfirmPassword { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ConfirmPassword : string
Public Overridable ReadOnly Property ConfirmPassword As String

Property Value

The second password entered by the user. The default value is an empty string ("").

Attributes

Remarks

The ConfirmPassword property contains the second password (the confirmation password) entered by the user. By default, a CompareValidator object is provided for the Password and ConfirmPassword text box values. Each text box displayed on the CreateUserWizard control also has a RequiredFieldValidator associated with it.

Applies to

See also