System.Web.UI.WebControls.PasswordRecovery.Answer Property

Gets the answer to the password recovery confirmation question entered by the user.

Syntax

[System.Web.UI.Themeable(false)]
public virtual string Answer { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The PasswordRecovery.Answer property contains the answer to the confirmation question entered by the user. The PasswordRecovery.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 System.Web.UI.ThemeableAttribute and ASP.NET Themes Overview.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0