ChangePassword::PasswordRecoveryIconUrl Property

 

Gets or sets the URL of an image to display next to a link to the Web page that contains the PasswordRecovery control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property String^ PasswordRecoveryIconUrl {
	virtual String^ get();
	virtual void set(String^ value);
}

Property Value

Type: System::String^

The URL of the image to display next to a link to the password recovery page for the Web site. The default is Empty.

.NET Framework
Available since 2.0
Return to top
Show: