PasswordRecovery.Answer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the answer to the password recovery confirmation question entered by the user.
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
Property Value
The answer to the password recovery confirmation question entered by the user.
- Attributes
Remarks
The Answer property contains the answer to the confirmation question entered by the user. The Answer property is valid only after the page has been posted back to the server.
This property cannot be set by themes or style sheet themes. For more information, see ThemeableAttribute and ASP.NET Themes and Skins.