Login.CreateUserIconUrl Propriedade

Definição

Obtém o local de uma imagem a ser exibido ao lado do link para uma página de registro para novos usuários.Gets the location of an image to display next to the link to a registration page for new users.

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

Valor da propriedade

String

A URL da imagem para exibir.The URL of the image to display. O padrão é Empty.The default is Empty.

Aplica-se a

Confira também