PasswordRecovery.Answer 屬性

定義

取得使用者輸入之密碼復原確認問題的解答。

public:
 virtual property System::String ^ Answer { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
[System.Web.UI.Themeable(false)]
public virtual string Answer { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.Web.UI.Themeable(false)>]
member this.Answer : string
Public Overridable ReadOnly Property Answer As String

屬性值

使用者輸入之密碼復原確認問題的解答。

屬性

備註

屬性 Answer 包含使用者輸入之確認問題的解答。 只有在頁面張貼回伺服器之後,屬性 Answer 才有效。

這個屬性無法由佈景主題或樣式表主題設定。 如需詳細資訊,請參閱 ThemeableAttributeASP.NET 主題和麵板

適用於

另請參閱