CreateUserWizard.EditProfileText Propriedade

Definição

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

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

A legenda do texto para o link para a página de edição de perfil do usuário.The text caption for the link to the user profile editing page. O valor padrão é uma cadeia de caracteres vazia ("").The default value is an empty string ("").

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