PasswordRecovery.Answer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得使用者輸入之密碼復原確認問題的解答。
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 才有效。
這個屬性無法由佈景主題或樣式表主題設定。 如需詳細資訊,請參閱 ThemeableAttribute 和 ASP.NET 主題和面板。