FormsAuthenticationControl.urlTextBox Field
The textbox control for the forms authentication logon control.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected urlTextBox As TextBox
'Usage
Dim value As TextBox
value = Me.urlTextBox
Me.urlTextBox = value
protected TextBox urlTextBox
See Also
Reference
FormsAuthenticationControl Class