PasswordRecovery::SuccessTemplate Property
Gets or sets the template used to display the Success view of the PasswordRecovery control.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] [PersistenceModeAttribute(PersistenceMode::InnerProperty)] [TemplateContainerAttribute((PasswordRecovery^::typeid))] property ITemplate^ SuccessTemplate { virtual ITemplate^ get(); virtual void set(ITemplate^ value); }
Property Value
Type: System.Web.UI::ITemplate^An ITemplate that contains the template for displaying the PasswordRecovery control in Success view. The default is null.
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.
Available since 2.0