ChangePassword.InstructionText Property

Definition

Gets or sets informational text that appears on the ChangePassword control between the ChangePasswordTitleText and the input boxes.

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

Property Value

The informational text to display on the ChangePassword control between the ChangePasswordTitleText and the input boxes. The default is Empty.

Remarks

The InstructionText property gets or sets informational text that appears on the ChangePassword control. The default is Empty.

Use this property to display general information about your control. You can also use the PasswordHintText property to display instructions about password requirements specified in the membership provider or in the NewPasswordRegularExpression property.

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