CreateUserWizard.Password Property

Definition

Gets the password entered by the user.

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

Property Value

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

Attributes

Remarks

The Password property contains the 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 object associated with it.

Applies to

See also