共用方式為


CreateUserWizard.ConfirmPasswordLabelText 屬性

定義

取得或設定第二個密碼文字方塊的標籤文字。

public:
 virtual property System::String ^ ConfirmPasswordLabelText { System::String ^ get(); void set(System::String ^ value); };
public virtual string ConfirmPasswordLabelText { get; set; }
member this.ConfirmPasswordLabelText : string with get, set
Public Overridable Property ConfirmPasswordLabelText As String

屬性值

用來識別確認密碼文字方塊的標籤文字。 預設值為 [確認密碼:]。 控制項的預設文字會依據伺服器目前的地區設定進行當地語系化。

備註

當設定時,此屬性的值可以使用設計工具自動儲存到資源檔。 如需詳細資訊,請參閱 LocalizableAttribute和全球化和當地語系化

適用於

另請參閱