CreateUserWizard.PasswordHintText プロパティ
アセンブリ: System.Web (system.web.dll 内)

Dim instance As CreateUserWizard Dim value As String value = instance.PasswordHintText instance.PasswordHintText = value
[LocalizableAttribute(true)] public: virtual property String^ PasswordHintText { String^ get (); void set (String^ value); }
/** @property */ public String get_PasswordHintText () /** @property */ public void set_PasswordHintText (String value)
public function get PasswordHintText () : String public function set PasswordHintText (value : String)
パスワードの要件を表すテキスト。既定値は空の文字列 ("") です。

PasswordHintText プロパティを使用して、パスワードの作成方法に関するガイドラインと要件をユーザーに提供できます。たとえば、PasswordHintText プロパティを "パスワードには、6 文字以上を指定しなければなりません。" に設定できます。その場合、PasswordRegularExpression プロパティを使用して、ユーザーがガイドラインに準拠したパスワードを入力したかどうかを検証できます。
このプロパティの値は、設定時に、デザイナ ツールを使用してリソース ファイルに自動的に保存できます。詳細については、LocalizableAttribute、ASP.NET のグローバリゼーションおよびローカリゼーション の各トピックを参照してください。

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- CreateUserWizard.PasswordHintText プロパティのページへのリンク