ChangePassword.PasswordRecoveryUrl Property

Definition

Gets or sets the URL of the Web page that contains the PasswordRecovery control.

public:
 virtual property System::String ^ PasswordRecoveryUrl { System::String ^ get(); void set(System::String ^ value); };
public virtual string PasswordRecoveryUrl { get; set; }
member this.PasswordRecoveryUrl : string with get, set
Public Overridable Property PasswordRecoveryUrl As String

Property Value

The URL for the Web page that contains the PasswordRecovery control. The default is Empty.

Applies to

See also