ChangePassword.ChangePasswordButtonText Propriedade
Definição
Obtém ou define o texto exibido no botão Alterar Senha.Gets or sets the text displayed on the Change Password button.
public:
virtual property System::String ^ ChangePasswordButtonText { System::String ^ get(); void set(System::String ^ value); };
public virtual string ChangePasswordButtonText { get; set; }
member this.ChangePasswordButtonText : string with get, set
Public Overridable Property ChangePasswordButtonText As String
Valor da propriedade
O texto a ser exibido no botão de alteração de senha.The text to display on the Change Password button. O padrão é "alterar senha".The default is "Change Password".
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.