Share via


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 包含使用者輸入的密碼。 根據預設, CompareValidator 會針對 PasswordConfirmPassword 文字方塊值提供 物件。 控制項上 CreateUserWizard 顯示的每個文字方塊也有 RequiredFieldValidator 與其相關聯的物件。

適用於

另請參閱