ChangePassword.SuccessTitleText Property

Definition

Gets or sets the title of the Success view.

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

Property Value

The text to display as the title in the Success view of the ChangePassword control. The default is "Change Password Complete".

Remarks

The SuccessTitleText property gets or sets the title of the Success view. The default is "Change Password Complete".

The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see LocalizableAttribute and Globalization and Localization.

Applies to

See also