CreateUserWizard.Password 属性

定义

获取用户输入的密码。

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

属性值

用户输入的密码。 默认值为空字符串 ("")。

属性

注解

属性 Password 包含用户输入的密码。 默认情况下, CompareValidatorPasswordConfirmPassword 文本框值提供 对象。 控件上 CreateUserWizard 显示的每个文本框还有一个 RequiredFieldValidator 与之关联的 对象。

适用于

另请参阅