CreateUserWizard.Password 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用户输入的密码。
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 包含用户输入的密码。 默认情况下, CompareValidator 为 Password 和 ConfirmPassword 文本框值提供 对象。 控件上 CreateUserWizard 显示的每个文本框还有一个 RequiredFieldValidator 与之关联的 对象。