共用方式為


CreateUserWizard.ConfirmPassword 屬性

定義

取得使用者輸入的第二個密碼。

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

屬性值

String

使用者輸入的第二個密碼。 預設值為空字串 ("")。

屬性

備註

屬性 ConfirmPassword 包含第二個密碼, (使用者輸入的確認密碼) 。 根據預設, CompareValidator 會針對 PasswordConfirmPassword 文字方塊值提供 物件。 控制項上 CreateUserWizard 顯示的每個文字方塊也有 RequiredFieldValidator 與其相關聯的 。

適用於

另請參閱