ChangePassword.CreateUserIconUrl Property

Definition

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

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

Property Value

The URL of an image to display next to the link to the Web page that contains a CreateUserWizard control for the Web site. The default is Empty.

Applies to

See also