PasswordRecovery::Answer Property
.NET Framework (current version)
Gets the answer to the password recovery confirmation question entered by the user.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] [ThemeableAttribute(false)] property String^ Answer { virtual String^ get(); }
Property Value
Type: System::String^The answer to the password recovery confirmation question entered by the user.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: