PasswordRecovery.SuccessTemplate Property
Assembly: System.Web (in system.web.dll)
[TemplateContainerAttribute(typeof(PasswordRecovery))] public: virtual property ITemplate^ SuccessTemplate { ITemplate^ get (); void set (ITemplate^ value); }
/** @property */ public ITemplate get_SuccessTemplate () /** @property */ public void set_SuccessTemplate (ITemplate value)
public function get SuccessTemplate () : ITemplate public function set SuccessTemplate (value : ITemplate)
Property Value
An ITemplate that contains the template for displaying the PasswordRecovery control in Success view. The default is a null reference (Nothing in Visual Basic).The SuccessTemplate property contains the template that defines the appearance of the PasswordRecovery control in Success view.
There are no required or optional fields for the PasswordRecovery Success view template.
When you use a template to define the appearance of the Success view, only the following properties affect the behavior of the control:
-
All properties inherited from WebControl (see the PasswordRecovery control members table).
All other properties are inactive when you use a template for the Success view of the PasswordRecovery control.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.