ChangePassword.EditProfileText Propriedade

Definição

Obtém ou define o texto do link para a página de edição do perfil do usuário para o site.Gets or sets the text of the link to the user profile editing page for the Web site.

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

Valor da propriedade

String

O texto a ser exibido para o link para a página de edição de perfil do usuário para o site da Web.The text to display for the link to the user profile editing page for the Web site. O padrão é Empty.The default is Empty.

Comentários

O valor dessa propriedade, quando definido, pode ser salvo automaticamente em um arquivo de recurso usando uma ferramenta de designer.The value of this property, when set, can be saved automatically to a resource file by using a designer tool. Para obter mais informações, consulte, LocalizableAttribute globalização e localização.For more information, see LocalizableAttribute and Globalization and Localization.

Aplica-se a

Confira também