FormsAuthenticationControl.ButtonText property

Gets the text that is displayed on the Enter Credentials button of the control.

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

Syntax

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

value = instance.ButtonText

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

Property value

Type: System.String
The text for the Enter Credentials button.

See also

Reference

FormsAuthenticationControl class

FormsAuthenticationControl members

Microsoft.Office.Server.Search.WebControls namespace