ChangePassword.CreateUserUrl Property

Definition

Gets or sets the URL of the Web page that contains a CreateUserWizard control for the Web site.

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

Property Value

The URL of the Web page that contains a CreateUserWizard control for the Web site. The default is Empty.

Applies to

See also