CreateUserWizard.EditProfileIconUrl Property

Definition

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

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 an image to display next to the link to the user profile editing page. The default value is an empty string ("").

Applies to

See also