CreateUserWizardStep.Title 属性
定义
获取或设置 CreateUserWizard 控件的用户帐户创建步骤的标题。Gets or sets the title to use for the user-account-creation step of the CreateUserWizard control.
public:
virtual property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
public override string Title { get; set; }
member this.Title : string with get, set
Public Overrides Property Title As String
属性值
CreateUserWizard 控件的用户帐户创建步骤的标题。The title to use for the user-account-creation step of the CreateUserWizard control. 默认值为“注册新帐户。”The default value is "Sign up for your new account." 控件的默认文本根据服务器当前的区域设置进行本地化。The default text for the control is localized based on the server's current locale.
注解
设置此属性后,可以使用设计器工具自动将此属性的值保存到资源文件中。The value of this property, when set, can be saved automatically to a resource file by using a designer tool. 有关详细信息,请参阅 LocalizableAttribute 和 全球化和本地化。For more information, see LocalizableAttribute and Globalization and Localization.