CreateUserWizard.AnswerRequiredErrorMessage 屬性

定義

當使用者未輸入密碼確認問題答案時,會收到或設定錯誤訊息。

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

屬性值

當使用者未輸入密碼確認問題的答案時,會出現錯誤訊息。 預設值是「需要安全答案」。控制項的預設文字會根據伺服器目前所在地而在地化。

備註

設定後,該屬性的值可透過設計工具自動儲存到資源檔案中。 欲了解更多資訊,請參閱LocalizableAttribute全球化與在地化

適用於

另請參閱