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

Dim instance As CreateUserWizard Dim value As String value = instance.InstructionText instance.InstructionText = value
[LocalizableAttribute(true)] public: virtual property String^ InstructionText { String^ get (); void set (String^ value); }
/** @property */ public String get_InstructionText () /** @property */ public void set_InstructionText (String value)
public function get InstructionText () : String public function set InstructionText (value : String)
新しいユーザー アカウントを作成するための手順のテキスト。既定値は空の文字列 ("") です。

InstructionText プロパティには、新しいユーザー アカウントを作成するためのユーザー用の手順が格納されます。このテキストは、タイトルに続いて CreateUserWizard コントロールに表示されます。
InstructionText プロパティが空の文字列 ("") に設定されている場合、ユーザーには手順のテキストは表示されません。
このプロパティを設定している場合、デザイナ ツールを使用して、その値を自動的にリソース ファイルに保存できます。詳細については、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.InstructionText プロパティのページへのリンク