ChangePassword.EditProfileIconUrl Property

Definition

Gets or sets the URL of an image to display next to the link to the user profile editing page for the Web site.

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

Property Value

The URL of the image to display with the link to the user profile editing page for the Web site. The default is Empty.

Applies to

See also