System.Web.UI.WebControls.Login.InstructionText Property

Gets or sets login instruction text for the user.

Syntax

[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DefaultValue("")]
public virtual string InstructionText { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Login.InstructionText property contains instructions for users logging in to the Web site. This text is displayed in the System.Web.UI.WebControls.Login control, following the title.

If the Login.InstructionText property is set to string.Empty, no instruction text is available to the user.

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

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0