Share via


FormsAuthenticationControl.Caption property

Gets the text that is displayed for the logon page URL text box.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property Caption As String
    Get
    Set
'Usage
Dim instance As FormsAuthenticationControl
Dim value As String

value = instance.Caption

instance.Caption = value
public string Caption { get; set; }

Property value

Type: System.String
The display text for the logon page URL text box.

See also

Reference

FormsAuthenticationControl class

FormsAuthenticationControl members

Microsoft.Office.Server.Search.WebControls namespace